fixes wrong import

This commit is contained in:
jangko 2020-09-21 13:26:59 +07:00
parent fc0c27a730
commit 2ac463ce9d
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

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