From 4e4a55b13eaf8afd3a58fc0b79275026a54ac894 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Thu, 29 Jun 2023 10:00:03 +0200 Subject: [PATCH] Cleanup --- ethers/provider.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers/provider.nim b/ethers/provider.nim index eb09474..dfc7778 100644 --- a/ethers/provider.nim +++ b/ethers/provider.nim @@ -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