We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d0ee0 commit 6281accCopy full SHA for 6281acc
tests/DotNetLightning.Core.Tests/TransactionTests.fs
@@ -121,6 +121,7 @@ let testList = testList "transaction tests" [
121
localChannelPrivKeys
122
Network.RegTest
123
commitmentTx
124
+ Expect.isSome transactionBuilderOpt "failed to create recovery tx"
125
let transactionBuilder = transactionBuilderOpt.Value
126
127
let recoveryTransaction =
@@ -203,6 +204,7 @@ let testList = testList "transaction tests" [
203
204
remoteChannelPrivKeys
205
206
207
208
209
210
0 commit comments