Skip to content

Commit

Permalink
remove celestia specific info from extra data
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath-123 committed Jun 7, 2024
1 parent 67a834b commit 2c84666
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 @@ -396,8 +396,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 2c84666

Please sign in to comment.