This commit is contained in:
Mark Spanbroek 2023-06-29 10:00:03 +02:00 committed by markspanbroek
parent cb95cbc15a
commit 4e4a55b13e
1 changed files with 1 additions and 1 deletions

View File

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