mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 22:32:42 +02:00
lntest+itest: finalize moving miner methods
This commit is contained in:
@@ -410,7 +410,7 @@ func (h *HarnessMiner) AssertOutpointInMempool(op wire.OutPoint) *wire.MsgTx {
|
||||
}
|
||||
|
||||
for _, txid := range mempool {
|
||||
// We don't use `ht.Miner.GetRawTransaction` which
|
||||
// We don't use `ht.GetRawTransaction` which
|
||||
// asserts a txid must be found. While iterating here,
|
||||
// the actual mempool state might have been changed,
|
||||
// causing a given txid being removed and cannot be
|
||||
|
Reference in New Issue
Block a user