Browse Source

test

LNURLwalletsupport
arcbtc 5 years ago
parent
commit
290a3b4373
  1. 1
      lnbits/core/views/lnurl.py

1
lnbits/core/views/lnurl.py

@ -17,6 +17,7 @@ def lnurlwallet():
memo = "LNbits LNURL funding"
try:
print(request.args.get("lightning"))
withdraw_res = handle_lnurl(request.args.get("lightning"))
if not withdraw_res.ok:
abort(HTTPStatus.BAD_REQUEST, f"Could not process LNURL-withdraw: {withdraw_res.error_msg}")

Loading…
Cancel
Save