We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06beb5d commit 25f741fCopy full SHA for 25f741f
rollup/internal/controller/watcher/chunk_proposer.go
@@ -295,6 +295,7 @@ func (p *ChunkProposer) proposeChunk() error {
295
}
296
297
var chunk encoding.Chunk
298
+ chunk.Blocks = make([]*encoding.Block, 0, len(blocks))
299
for i, block := range blocks {
300
chunk.Blocks = append(chunk.Blocks, block)
301
0 commit comments