Skip to content

Commit

Permalink
Remove the panic
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Dec 10, 2024
1 parent 6e9df77 commit 458a8cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/evm/tracers/firehose.go
Original file line number Diff line number Diff line change
Expand Up @@ -451,10 +451,6 @@ func getActivePrecompilesChecker(rules params.Rules) func(addr common.Address) b
}

func (f *Firehose) OnBlockEnd(err error) {
if f.block.Number >= 119822071 {
panic("Do not go above 119822071 for now")
}

blockNumber := f.block.Number
firehoseInfo("block ending (number=%d, trx=%d, err=%s)", blockNumber, len(f.block.TransactionTraces), errorView(err))

Expand Down

0 comments on commit 458a8cd

Please sign in to comment.