core/txpool: minor typo fixes

This commit is contained in:
Péter Szilágyi 2024-02-02 19:44:08 +02:00
parent c66d8405bc
commit 73fc96c697

View file

@ -46,8 +46,8 @@ type LazyTransaction struct {
// maintained by the transaction pool.
//
// Note, the method will *not* cache the retrieved transaction if the original
// pool has not cached it. The idea being that if the tx was too big to insert
// originally, silently saving it will cause more toruble down the line (and
// pool has not cached it. The idea being, that if the tx was too big to insert
// originally, silently saving it will cause more trouble down the line (and
// indeed seems to have caused a memory bloat in the original implementation
// which did just that).
func (ltx *LazyTransaction) Resolve() *types.Transaction {