fix premix/parser

This commit is contained in:
jangko 2020-07-30 15:24:22 +07:00
parent f987e86562
commit f6774b636a
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ import
eth/[rlp, common], httputils, nimcrypto, chronicles,
stint, stew/byteutils
import
../nimbus/[transaction, rpc/hexstrings]
import ../nimbus/transaction
from ../nimbus/rpc/hexstrings import encodeQuantity
func hexToInt*(s: string, T: typedesc[SomeInteger]): T =
var i = 0