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 28d47c1 commit 979a475Copy full SHA for 979a475
android/src/main/java/com/reactnativeldk/LdkModule.kt
@@ -425,7 +425,7 @@ class LdkModule(reactContext: ReactApplicationContext) : ReactContextBaseJavaMod
425
val res = UtilMethods.create_invoice_from_channelmanager(
426
channelManager,
427
keysManager!!.as_KeysInterface(),
428
- Currency.LDKCurrency_Bitcoin,
+ ldkCurrency,
429
Option_u64Z.some(amountSats.toLong()),
430
description
431
);
0 commit comments