mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-22 22:41:12 +02:00
formatting
This commit is contained in:
@@ -151,7 +151,7 @@ class LightningAddressResolver() {
|
|||||||
onSuccess(pr)
|
onSuccess(pr)
|
||||||
} else {
|
} else {
|
||||||
onProgress(0.0f)
|
onProgress(0.0f)
|
||||||
onError("Incorrect invoice amount (${invoiceAmount.toLong()} sats) from ${lnaddress}. It should have been ${expectedAmountInSats}")
|
onError("Incorrect invoice amount (${invoiceAmount.toLong()} sats) from $lnaddress. It should have been $expectedAmountInSats")
|
||||||
}
|
}
|
||||||
} ?: lnInvoice?.get("reason")?.asText()?.ifBlank { null }?.let { reason ->
|
} ?: lnInvoice?.get("reason")?.asText()?.ifBlank { null }?.let { reason ->
|
||||||
onProgress(0.0f)
|
onProgress(0.0f)
|
||||||
|
Reference in New Issue
Block a user