Skip to content

Commit

Permalink
remove celestia specific info from block extra data
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath-123 committed May 22, 2024
1 parent 3c13860 commit 885483e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,6 @@ func (c *ChainConfig) AstriaExtraData() []byte {
extra, _ := rlp.EncodeToBytes([]interface{}{
c.AstriaRollupName,
c.AstriaSequencerInitialHeight,
c.AstriaCelestiaInitialHeight,
c.AstriaCelestiaHeightVariance,
})
if uint64(len(extra)) > MaximumExtraDataSize {
log.Warn("Miner extra data exceed limit", "extra", hexutil.Bytes(extra), "limit", MaximumExtraDataSize)
Expand Down

0 comments on commit 885483e

Please sign in to comment.