Browse Source

Update views.py

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
dab238e182
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lnbits/extensions/withdraw/views.py

2
lnbits/extensions/withdraw/views.py

@ -156,6 +156,6 @@ def print_qr(urlstr):
for d in range(len(randar)):
url = url_for("withdraw.api_lnurlfetch", _external=True, urlstr=urlstr, parstr=fauid, rand=randar[d])
lnurlar.append(lnurl_encode(url.replace("http", "https")))
lnurlar.append(lnurl_encode(url.replace("http://", "https://")))
return render_template("withdraw/print.html", lnurlar=lnurlar, user_fau=user_fau[0],)

Loading…
Cancel
Save