forked from cerc-io/plugeth
core/txpool/legacypool: fix typo (#27620)
This commit is contained in:
parent
c7b099b2ea
commit
eed7983c7c
@ -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 New Issue
Block a user