mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
Update core/txpool/txpool.go
This commit is contained in:
parent
c10ab5cf27
commit
5d10b5646b
1 changed files with 0 additions and 2 deletions
|
|
@ -226,9 +226,7 @@ func (p *TxPool) loop(head *types.Header, chain BlockChain) {
|
|||
}
|
||||
select {
|
||||
case resetDone <- newHead:
|
||||
break
|
||||
case <-p.term:
|
||||
return
|
||||
}
|
||||
}(oldHead, newHead)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue