Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Aug 13, 2024
1 parent 1257325 commit 0c1ec49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erigon-lib/txpool/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ func (p *TxPool) OnNewBlock(ctx context.Context, stateChanges *remote.StateChang
func (p *TxPool) processRemoteTxs(ctx context.Context) (err error) {
defer func() {
if r := recover(); r != nil {
err = fmt.Errorf("processRemoteTxs: %v", r)
p.logger.Debug("[txpool] processRemoteTxs recovered", "err", r)
}
}()

Expand Down

0 comments on commit 0c1ec49

Please sign in to comment.