Must have a valid ZapRequest to process.

This commit is contained in:
Vitor Pamplona
2023-08-30 08:44:14 -04:00
parent 053de4d06f
commit 1a9c3ccb79
2 changed files with 3 additions and 2 deletions
@@ -21,7 +21,7 @@ class LnZapEvent(
fromJson(it)
} as? LnZapRequestEvent
} catch (e: Exception) {
Log.e("LnZapEvent", "Failed to Parse Contained Post ${description()}", e)
Log.w("LnZapEvent", "Failed to Parse Contained Post ${description()}", e)
null
}