Fix error message when parsing LnInvoice
This commit is contained in:
@@ -49,7 +49,7 @@ class LnZapEvent(
|
|||||||
try {
|
try {
|
||||||
lnInvoice()?.let { LnInvoiceUtil.getAmountInSats(it) }
|
lnInvoice()?.let { LnInvoiceUtil.getAmountInSats(it) }
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
Log.e("LnZapEvent", "Failed to Parse LnInvoice ${description()}", e)
|
Log.e("LnZapEvent", "Failed to Parse LnInvoice ${lnInvoice()}", e)
|
||||||
null
|
null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user