Skip to content

Commit

Permalink
Update core/txpool/txpool.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasinger authored Jan 20, 2025
1 parent c10ab5c commit 5d10b56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/txpool/txpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,7 @@ func (p *TxPool) loop(head *types.Header, chain BlockChain) {
}
select {
case resetDone <- newHead:
break
case <-p.term:
return
}
}(oldHead, newHead)

Expand Down

0 comments on commit 5d10b56

Please sign in to comment.