Skip to content

Commit bf16156

Browse files
authored
Update da.go
1 parent 6767845 commit bf16156

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

encoding/da.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ func GetCodecVersion(config *params.ChainConfig, blockHeight, blockTimestamp uin
664664
} else if !config.IsEuclid(blockTimestamp) {
665665
return CodecV4
666666
} else {
667+
// V5 is skipped, because it is only used for the special Euclid transition batch that we handle explicitly
667668
return CodecV6
668669
}
669670
}

0 commit comments

Comments
 (0)