fix SszChunkMerkelizer 32bit failure

This commit is contained in:
andri lim 2019-08-22 09:59:35 +07:00 committed by zah
parent 912563648e
commit 5f7fb03cf2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ type
SszChunksMerkelizer = ref object of RootObj SszChunksMerkelizer = ref object of RootObj
combinedChunks: array[maxChunkTreeDepth, Eth2Digest] combinedChunks: array[maxChunkTreeDepth, Eth2Digest]
totalChunks: uint totalChunks: uint64
limit: uint64 limit: uint64
Chunk = array[bytesPerChunk, byte] Chunk = array[bytesPerChunk, byte]