diff --git a/codex/slots/slotbuilder.nim b/codex/slots/slotbuilder.nim index 343a6893..fff00b32 100644 --- a/codex/slots/slotbuilder.nim +++ b/codex/slots/slotbuilder.nim @@ -251,7 +251,7 @@ proc new*( # all trees have to be padded to power of two numBlockCells = manifest.blockSize.int div cellSize # number of cells per block blockPadBytes - = newSeq[byte](numBlockCells.nextPowerOfTwoPad * cellSize) # power of two padding for blocks + = newSeq[byte](numBlockCells.nextPowerOfTwoPad * cellSize) # power of two padding for blocks slotsPadLeafs = newSeqWith((manifest.blocksCount div manifest.numSlots).nextPowerOfTwoPad, Poseidon2Zero) # power of two padding for block roots rootsPadLeafs diff --git a/vendor/nim-libp2p b/vendor/nim-libp2p index 4f2259e1..b239791c 160000 --- a/vendor/nim-libp2p +++ b/vendor/nim-libp2p @@ -1 +1 @@ -Subproject commit 4f2259e1cef65085d092b2b713bb67f5aac55626 +Subproject commit b239791c568d9f9a76fd66d2322b2754700b6cc5 diff --git a/vendor/nim-poseidon2 b/vendor/nim-poseidon2 index 0cfecf7d..3b403b07 160000 --- a/vendor/nim-poseidon2 +++ b/vendor/nim-poseidon2 @@ -1 +1 @@ -Subproject commit 0cfecf7d780b8c3295d11251d64a49f3c7258fbf +Subproject commit 3b403b0752790438bed6342b431412cc05474acb