Skip to content

Commit 2c7099e

Browse files
author
colinlyguo
committed
add a more comment
1 parent 61fb4e9 commit 2c7099e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rollup/internal/controller/watcher/chunk_proposer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ func (p *ChunkProposer) proposeChunk() error {
268268
return fmt.Errorf("failed to get parent chunk: %w", err)
269269
}
270270

271+
// Currently rollup-relayer only supports >= v7 codec version, it checks the minimum codec version after start.
271272
// In EuclidV2 transition, empty PostL1MessageQueueHash will be naturally initialized to the first chunk's PrevL1MessageQueueHash.
272273
chunk.PrevL1MessageQueueHash = common.HexToHash(parentChunk.PostL1MessageQueueHash)
273274
chunk.PostL1MessageQueueHash = chunk.PrevL1MessageQueueHash

0 commit comments

Comments
 (0)