mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
core/txpool: minor typo fixes
This commit is contained in:
parent
c66d8405bc
commit
73fc96c697
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue