Fix the CI failure

This commit is contained in:
Zahary Karadjov 2020-08-10 23:08:44 +03:00
parent 3900d91958
commit fc0c27a730
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ template sourceDir: string = currentSourcePath.rsplit(DirSep, 1)[0]
createRpcSigs(RpcClient, sourceDir & DirSep & "web3" & DirSep & "ethcallsigs.nim") createRpcSigs(RpcClient, sourceDir & DirSep & "web3" & DirSep & "ethcallsigs.nim")
export UInt256, Int256, Uint128, Int128 export UInt256, Int256, Uint128, Int128
export ethtypes, conversions export ethtypes, conversions, encoding
type type
Web3* = ref object Web3* = ref object