fix expect import (#83)
it was pulling in all of chronos / http server / websocket / etc
This commit is contained in:
parent
757c6d4c47
commit
fcc7d7e8b1
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import
|
||||
std/[json, strutils]
|
||||
|
||||
from json_rpc/rpcserver import expect
|
||||
from json_rpc/jsonmarshal import expect
|
||||
|
||||
export json
|
||||
|
||||
|
|
Loading…
Reference in New Issue