Cleanup
This commit is contained in:
parent
cb95cbc15a
commit
4e4a55b13e
|
@ -46,7 +46,7 @@ type
|
|||
Block* = object
|
||||
number*: ?UInt256
|
||||
timestamp*: UInt256
|
||||
hash*: ?array[32, byte]
|
||||
hash*: ?BlockHash
|
||||
|
||||
const EthersDefaultConfirmations* {.intdefine.} = 12
|
||||
const EthersReceiptTimeoutBlks* {.intdefine.} = 50 # in blocks
|
||||
|
|
Loading…
Reference in New Issue