fix expect import (#83)

it was pulling in all of chronos / http server / websocket / etc
This commit is contained in:
Jacek Sieka 2023-05-09 10:13:44 +02:00 committed by GitHub
parent 757c6d4c47
commit fcc7d7e8b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
import
std/[json, strutils]
from json_rpc/rpcserver import expect
from json_rpc/jsonmarshal import expect
export json