Skip to content

Commit

Permalink
fix expect import (#83)
Browse files Browse the repository at this point in the history
it was pulling in all of chronos / http server / websocket / etc
  • Loading branch information
arnetheduck authored May 9, 2023
1 parent 757c6d4 commit fcc7d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web3/conversions.nim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import
ethtypes, ethhexstrings,
./engine_api_types

from json_rpc/rpcserver import expect
from json_rpc/jsonmarshal import expect

template invalidQuantityPrefix(s: string): bool =
# https://ethereum.org/en/developers/docs/apis/json-rpc/#hex-value-encoding
Expand Down
2 changes: 1 addition & 1 deletion web3/ethhexstrings.nim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import
std/[json, strutils]

from json_rpc/rpcserver import expect
from json_rpc/jsonmarshal import expect

export json

Expand Down

0 comments on commit fcc7d7e

Please sign in to comment.