fixes wrong import
This commit is contained in:
parent
fc0c27a730
commit
2ac463ce9d
|
@ -2,7 +2,7 @@ import
|
|||
strutils, macros, math
|
||||
|
||||
import
|
||||
stint, stew/byteutils, web3/ethtypes
|
||||
stint, stew/byteutils, ./ethtypes
|
||||
|
||||
type
|
||||
EncodeResult* = tuple[dynamic: bool, data: string]
|
||||
|
|
Loading…
Reference in New Issue