mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 20:42:13 +00:00
fix SszChunkMerkelizer 32bit failure
This commit is contained in:
parent
912563648e
commit
5f7fb03cf2
@ -43,7 +43,7 @@ type
|
||||
|
||||
SszChunksMerkelizer = ref object of RootObj
|
||||
combinedChunks: array[maxChunkTreeDepth, Eth2Digest]
|
||||
totalChunks: uint
|
||||
totalChunks: uint64
|
||||
limit: uint64
|
||||
|
||||
Chunk = array[bytesPerChunk, byte]
|
||||
|
Loading…
x
Reference in New Issue
Block a user