mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-11 21:39:26 +02:00
Fix error message when parsing LnInvoice
This commit is contained in:
parent
5493ce0dcf
commit
57d97447f4
@ -49,7 +49,7 @@ class LnZapEvent(
|
||||
try {
|
||||
lnInvoice()?.let { LnInvoiceUtil.getAmountInSats(it) }
|
||||
} catch (e: Exception) {
|
||||
Log.e("LnZapEvent", "Failed to Parse LnInvoice ${description()}", e)
|
||||
Log.e("LnZapEvent", "Failed to Parse LnInvoice ${lnInvoice()}", e)
|
||||
null
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user