From f15f3e6e99a966aa5e908d495068289fced847e6 Mon Sep 17 00:00:00 2001 From: bhartnett Date: Tue, 21 Apr 2026 10:30:48 +0800 Subject: [PATCH] Update bal index to uint32. --- eth/common/block_access_lists.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/common/block_access_lists.nim b/eth/common/block_access_lists.nim index fd273a49..a15dd0e4 100644 --- a/eth/common/block_access_lists.nim +++ b/eth/common/block_access_lists.nim @@ -24,7 +24,7 @@ type StorageKey* = UInt256 StorageValue* = UInt256 Bytecode* = Bytes - BlockAccessIndex* = uint64 + BlockAccessIndex* = uint32 Balance* = UInt256 Nonce* = AccountNonce