Skip to content

Commit b107eb9

Browse files
committed
allow nil return
1 parent 93d8189 commit b107eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3/eth_api_types.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ type
282282
precompiles*: seq[PrecompilePair]
283283
systemContracts*: seq[SystemContractPair]
284284

285-
EthConfigObject* = object
285+
EthConfigObject* = ref object
286286
current*: ConfigObject
287287
currentHash*: Hash32
288288
currentForkId*: Bytes4

0 commit comments

Comments
 (0)