mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "core/txpool/legacypool: fix typo (#27620)"
This reverts commit 585ea7ea34.
This commit is contained in:
parent
e17719afa0
commit
25b80502bf
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ func (pool *LegacyPool) SetGasTip(tip *big.Int) {
|
||||||
}
|
}
|
||||||
pool.priced.Removed(len(drop))
|
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
|
// Nonce returns the next nonce of an account, with all transactions executable
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue