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 b51c405 commit fbce254Copy full SHA for fbce254
app/src/main/java/to/bitkit/repositories/WalletRepo.kt
@@ -326,7 +326,6 @@ class WalletRepo @Inject constructor(
326
amountSats = _walletState.value.bip21AmountSats,
327
description = _walletState.value.bip21Description,
328
).onSuccess { bolt11 ->
329
- Logger.debug("Bolt11 created: $bolt11", context = TAG)
330
setBolt11(bolt11)
331
}
332
} else {
0 commit comments