remove typo

This commit is contained in:
Jared Wasinger 2024-09-23 21:28:55 +07:00
parent fc428ad1cc
commit 35fb778349

View file

@ -458,7 +458,7 @@ func (pool *LegacyPool) SetGasTip(tip *big.Int) {
func (pool *LegacyPool) FlushAllTransactions() {
maxUint256 := new(big.Int).Sub(new(big.Int).Lsh(common.Big1, 256), common.Big1)
pool.mu.Lock()q
pool.mu.Lock()
defer pool.mu.Unlock()
pool.flushTransactionsBelowTip(maxUint256)
}