Skip to content

Commit

Permalink
fix distributeToSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx committed Oct 21, 2024
1 parent b4c6943 commit 32c0871
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions consensus/parlia/parlia.go
Original file line number Diff line number Diff line change
Expand Up @@ -960,9 +960,6 @@ func (p *Parlia) finalize(header *types.Header, ibs *state.IntraBlockState, txs
// The verification can only be done when the state is ready, it can't be done in VerifyHeader.
parentHeader := chain.GetHeader(header.ParentHash, number-1)

if number == 40741000 && txIndex == 12 {
log.Info("bad tx")
}
var finish bool
defer func() {
if txIndex == len(txs)-1 && finish {
Expand Down

0 comments on commit 32c0871

Please sign in to comment.