You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Describe the problem/bug
lnurl urls are not properly generated when the
callback
has a query string in it.if
request.callbackUrl=https://lnpay.co/v1/user/wallet/waka_5wtZllyHmwYqMJY5zA6kEP6/lnurl-process?ott=yolo
zap-iOS/Lightning/LNURL/LNURL.swift
Line 122 in d1d53fa
generates
https://lnpay.co/v1/user/wallet/waka_5wtZllyHmwYqMJY5zA6kEP6/lnurl-process?ott=yolo?k1=123&pr=lnbc....
To Reproduce
Steps to reproduce the behavior:
try this lnurl withdraw request
Expected behavior
The LNURL withdraw works properly
Actual behavior
withdraw fails
Screenshots/Links
Additional context
The text was updated successfully, but these errors were encountered: