mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-18 16:51:50 +01:00
itest: remove redudant block in testPsbtChanFundingWithUnstableUtxos
This commit is contained in:
@@ -1696,9 +1696,6 @@ func testPsbtChanFundingWithUnstableUtxos(ht *lntest.HarnessTest) {
|
|||||||
// Make sure Carol sees her to_remote output from the force close tx.
|
// Make sure Carol sees her to_remote output from the force close tx.
|
||||||
ht.AssertNumPendingSweeps(carol, 1)
|
ht.AssertNumPendingSweeps(carol, 1)
|
||||||
|
|
||||||
// Mine one block to trigger the sweep transaction.
|
|
||||||
ht.MineEmptyBlocks(1)
|
|
||||||
|
|
||||||
// We wait for the to_remote sweep tx.
|
// We wait for the to_remote sweep tx.
|
||||||
ht.AssertNumUTXOsUnconfirmed(carol, 1)
|
ht.AssertNumUTXOsUnconfirmed(carol, 1)
|
||||||
|
|
||||||
@@ -1821,9 +1818,6 @@ func testPsbtChanFundingWithUnstableUtxos(ht *lntest.HarnessTest) {
|
|||||||
// Make sure Carol sees her to_remote output from the force close tx.
|
// Make sure Carol sees her to_remote output from the force close tx.
|
||||||
ht.AssertNumPendingSweeps(carol, 1)
|
ht.AssertNumPendingSweeps(carol, 1)
|
||||||
|
|
||||||
// Mine one block to trigger the sweep transaction.
|
|
||||||
ht.MineEmptyBlocks(1)
|
|
||||||
|
|
||||||
// We wait for the to_remote sweep tx of channelPoint2.
|
// We wait for the to_remote sweep tx of channelPoint2.
|
||||||
utxos := ht.AssertNumUTXOsUnconfirmed(carol, 1)
|
utxos := ht.AssertNumUTXOsUnconfirmed(carol, 1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user