mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 02:02:10 +02:00
lntest+itest: finalize moving miner methods
This commit is contained in:
@@ -464,7 +464,7 @@ func runPsbtChanFundingExternal(ht *lntest.HarnessTest, carol,
|
||||
require.NoError(ht, err)
|
||||
|
||||
txHash := finalTx.TxHash()
|
||||
_, err = ht.Miner.Client.SendRawTransaction(&finalTx, false)
|
||||
_, err = ht.SendRawTransaction(&finalTx, false)
|
||||
require.NoError(ht, err)
|
||||
|
||||
// Now we can mine a block to get the transaction confirmed, then wait
|
||||
|
Reference in New Issue
Block a user