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 6f2557a commit 915da52Copy full SHA for 915da52
bindings/kotlin/ldk-node-jvm/lib/src/test/kotlin/org/lightningdevkit/ldknode/LibraryTest.kt
@@ -222,7 +222,8 @@ class LibraryTest {
222
else -> return
223
}
224
225
- val invoice = node2.bolt11Payment().receive(2500000u, "asdf", 9217u)
+ val description = Bolt11InvoiceStringDescription.Direct("asdf")
226
+ val invoice = node2.bolt11Payment().receive(2500000u, description, 9217u)
227
228
node1.bolt11Payment().send(invoice, null)
229
0 commit comments