zaaaarpp
This commit is contained in:
parent
cdf137b484
commit
2e8b6070dc
1 changed files with 1 additions and 1 deletions
2
lnurl.py
2
lnurl.py
|
|
@ -89,7 +89,7 @@ async def api_lnurl_callback(
|
|||
wallet_id=link.wallet,
|
||||
amount=int(amount_received / 1000),
|
||||
memo=link.description,
|
||||
unhashed_description=json.dumps(nostr).encode()
|
||||
unhashed_description=nostr.encode()
|
||||
if nostr
|
||||
else link.lnurlpay_metadata.encode(),
|
||||
extra=extra,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue