diff --git a/web3/encoding.nim b/web3/encoding.nim index 9cb7c80..74765fe 100644 --- a/web3/encoding.nim +++ b/web3/encoding.nim @@ -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]