We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404cd5d commit c61f46dCopy full SHA for c61f46d
core/tx_pool.go
@@ -1107,7 +1107,7 @@ func (pool *TxPool) demoteUnexecutables() {
1107
log.Trace("Demoting pending transaction", "hash", hash)
1108
pool.enqueueTx(hash, tx)
1109
}
1110
- // If there's a gap in front, warn (should never happen) and postpone all transactions
+ // If there's a gap in front, alert (should never happen) and postpone all transactions
1111
if list.Len() > 0 && list.txs.Get(nonce) == nil {
1112
for _, tx := range list.Cap(0) {
1113
hash := tx.Hash()
0 commit comments