mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
remove typo
This commit is contained in:
parent
fc428ad1cc
commit
35fb778349
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue