mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 17:51:33 +02:00
lntest: reflect the updated fee estimator in tests
This commit is contained in:
@@ -85,6 +85,7 @@ func coopCloseWithHTLCs(ht *lntest.HarnessTest) {
|
||||
closeClient := alice.RPC.CloseChannel(&lnrpc.CloseChannelRequest{
|
||||
ChannelPoint: chanPoint,
|
||||
NoWait: true,
|
||||
TargetConf: 6,
|
||||
})
|
||||
ht.AssertChannelInactive(bob, chanPoint)
|
||||
|
||||
@@ -184,6 +185,7 @@ func coopCloseWithHTLCsWithRestart(ht *lntest.HarnessTest) {
|
||||
ChannelPoint: chanPoint,
|
||||
NoWait: true,
|
||||
DeliveryAddress: newAddr.Address,
|
||||
TargetConf: 6,
|
||||
})
|
||||
|
||||
// Assert that both nodes see the channel as waiting for close.
|
||||
|
Reference in New Issue
Block a user