chore: update lnurl to v0.8.0 (#3326)

This commit is contained in:
dni ⚡
2025-08-21 16:36:11 +02:00
committed by GitHub
parent ef371e303c
commit 244de2ae86
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -122,8 +122,8 @@ async def api_payments_pay_lnurl(
extra: dict[str, Any] = {}
if res2.disposable is False:
extra["stored"] = True
if res2.success_action:
extra["success_action"] = res2.success_action.json()
if res2.successAction:
extra["success_action"] = res2.successAction.json()
if data.comment:
extra["comment"] = data.comment
if data.unit and data.unit != "sat":