Unverified Commit eed7983c authored by hero5512's avatar hero5512 Committed by GitHub

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

parent c7b099b2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment