mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 22:56:43 +00:00
dev: fix: govet lint errors
This commit is contained in:
parent
f5bfef08a2
commit
6850ca4d2d
1 changed files with 1 additions and 1 deletions
|
|
@ -1740,7 +1740,7 @@ func (pool *TxPool) runReorg(ctx context.Context, done chan struct{}, reset *txp
|
|||
txs = append(txs, set.Flatten()...)
|
||||
}
|
||||
|
||||
pool.txFeed.Send(core.NewTxsEvent{txs})
|
||||
pool.txFeed.Send(core.NewTxsEvent{Txs: txs})
|
||||
})
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue