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

This commit is contained in:
hero5512 2023-06-27 13:28:18 -04:00 committed by GitHub
parent c7b099b2ea
commit eed7983c7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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