mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Merge 09d4cdd9b9 into 423d4254f5
This commit is contained in:
commit
ee3068875e
1 changed files with 1 additions and 1 deletions
|
|
@ -1111,7 +1111,7 @@ func (pool *TxPool) demoteUnexecutables() {
|
|||
if list.Len() > 0 && list.txs.Get(nonce) == nil {
|
||||
for _, tx := range list.Cap(0) {
|
||||
hash := tx.Hash()
|
||||
log.Error("Demoting invalidated transaction", "hash", hash)
|
||||
log.Warn("Demoting invalidated transaction", "hash", hash)
|
||||
pool.enqueueTx(hash, tx)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue