mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-22 14:22:39 +01:00
parent
8d4da2faad
commit
264688622f
1 changed files with 1 additions and 2 deletions
|
@ -83,7 +83,6 @@ class WaitForFundingSignedStateSpec extends TestKitBaseClass with FixtureAnyFunS
|
|||
awaitCond(alice.stateName == WAIT_FOR_FUNDING_CONFIRMED)
|
||||
alice2blockchain.expectMsgType[WatchSpent]
|
||||
val watchConfirmed = alice2blockchain.expectMsgType[WatchConfirmed]
|
||||
// when we are funder, we keep our regular min depth even for wumbo channels
|
||||
assert(watchConfirmed.minDepth === Alice.nodeParams.minDepthBlocks)
|
||||
}
|
||||
|
||||
|
@ -94,7 +93,7 @@ class WaitForFundingSignedStateSpec extends TestKitBaseClass with FixtureAnyFunS
|
|||
awaitCond(alice.stateName == WAIT_FOR_FUNDING_CONFIRMED)
|
||||
alice2blockchain.expectMsgType[WatchSpent]
|
||||
val watchConfirmed = alice2blockchain.expectMsgType[WatchConfirmed]
|
||||
|
||||
// when we are funder, we keep our regular min depth even for wumbo channels
|
||||
assert(watchConfirmed.minDepth === Alice.nodeParams.minDepthBlocks)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue