mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 10:35:32 +02:00
itest: update itest to reflect new sweeper behavior
This commit is contained in:
@ -528,7 +528,6 @@ func testPrivateChannels(ht *lntest.HarnessTest) {
|
||||
Private: true,
|
||||
},
|
||||
)
|
||||
defer ht.CloseChannel(carol, chanPointPrivate)
|
||||
|
||||
// The channel should be available for payments between Carol and Alice.
|
||||
// We check this by sending payments from Carol to Bob, that
|
||||
@ -602,6 +601,7 @@ func testPrivateChannels(ht *lntest.HarnessTest) {
|
||||
ht.CloseChannel(alice, chanPointAlice)
|
||||
ht.CloseChannel(dave, chanPointDave)
|
||||
ht.CloseChannel(carol, chanPointCarol)
|
||||
ht.CloseChannel(carol, chanPointPrivate)
|
||||
}
|
||||
|
||||
// testInvoiceRoutingHints tests that the routing hints for an invoice are
|
||||
|
Reference in New Issue
Block a user