Lnurlp: use unhashed_description instead of description_hash (#878)
* dont assume field * pass unhashed_description instead of description_hash for LNURL stuff * more
This commit is contained in:
@@ -90,7 +90,7 @@ async def lnurl_callback(
|
||||
wallet_id=ls.wallet,
|
||||
amount=int(amount_received / 1000),
|
||||
memo=await track.fullname(),
|
||||
description_hash=(await track.lnurlpay_metadata()).encode("utf-8"),
|
||||
unhashed_description=(await track.lnurlpay_metadata()).encode("utf-8"),
|
||||
extra={"tag": "livestream", "track": track.id, "comment": comment},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user