Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eth/common/block_access_lists.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# eth
# Copyright (c) 2025 Status Research & Development GmbH
# Copyright (c) 2025-2026 Status Research & Development GmbH
# Licensed and distributed under either of
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
Expand All @@ -24,7 +24,7 @@ type
StorageKey* = UInt256
StorageValue* = UInt256
Bytecode* = Bytes
BlockAccessIndex* = uint16
BlockAccessIndex* = uint64
Balance* = UInt256
Nonce* = AccountNonce

Expand Down
Loading