mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 11:36:37 +00:00
core/txpool/legacypool: fix typo (#27620)
This commit is contained in:
parent
c7b099b2ea
commit
eed7983c7c
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