This commit is contained in:
callebtc 2023-03-21 19:22:45 +01:00
commit 2e8b6070dc

View file

@ -89,7 +89,7 @@ async def api_lnurl_callback(
wallet_id=link.wallet, wallet_id=link.wallet,
amount=int(amount_received / 1000), amount=int(amount_received / 1000),
memo=link.description, memo=link.description,
unhashed_description=json.dumps(nostr).encode() unhashed_description=nostr.encode()
if nostr if nostr
else link.lnurlpay_metadata.encode(), else link.lnurlpay_metadata.encode(),
extra=extra, extra=extra,