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 c2dc334 commit f21cd5fCopy full SHA for f21cd5f
app/src/main/java/to/bitkit/viewmodels/WalletViewModel.kt
@@ -347,7 +347,7 @@ class WalletViewModel @Inject constructor(
347
}
348
349
val newBip21 = Bip21Utils.buildBip21Url(
350
- bitcoinAddress = lightningService.newAddress(),
+ bitcoinAddress = _onchainAddress,
351
amountSats = amountSats,
352
message = description.ifBlank { "Bitkit" },
353
lightningInvoice = _bolt11
0 commit comments