Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx committed Nov 7, 2024
1 parent 3e0aca1 commit 323f9df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions consensus/parlia/parlia.go
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,9 @@ func (p *Parlia) finalize(header *types.Header, ibs *state.IntraBlockState, txs
return nil, nil, nil, nil
}
}
if header.Number.Uint64() == 4264 && txIndex == 0 {
log.Info("bad block")
}
if header.Difficulty.Cmp(diffInTurn) != 0 {
spoiledVal := snap.inturnValidator()
signedRecently := false
Expand Down

0 comments on commit 323f9df

Please sign in to comment.