Closed dangeross closed 4 months ago
Is the goal to remove the domain matching check?
If so, matches_callback_domain
should be propagated to SuccessActionProcessed
, which is what's returned by lnurl_pay
. Otherwise the caller has no way of telling the domains matched or didn't match.
This PR removes the validation of the success action URL to match the LNURL callback domain and instead sets
matches_callback_domain
on UrlSuccessActionData if there is a mismatch.Fixes #1028