core/txpool/legacypool: fix typo (#27620)

This commit is contained in:
hero5512 2023-06-27 13:28:18 -04:00 committed by devopsbo3
parent fd024dc846
commit 585ea7ea34

View file

@ -432,7 +432,7 @@ func (pool *LegacyPool) SetGasTip(tip *big.Int) {
}
pool.priced.Removed(len(drop))
}
log.Info("LEgacy pool tip threshold updated", "tip", tip)
log.Info("Legacy pool tip threshold updated", "tip", tip)
}
// Nonce returns the next nonce of an account, with all transactions executable