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…
Reference in New Issue