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

This commit is contained in:
hero5512
2023-06-27 20:28:18 +03:00
committed by GitHub
parent c7b099b2ea
commit eed7983c7c
+1 -1
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