Michael Bumann
Michael Bumann
Does that still make sense to use an email-like format for such cases? or can it just be the LNURL directly? `domain.tld/.well-known/lnurlp/user?amount=1337` (works right now with any lightning address) -...
@callebtc if it should be clickable (thus it's mainly for the computer) why not a normal LNURL link? I don't think that's what human readable internet identifiers/lightning addresses are for.
@trbouma just use the full URL in the QR code: `https://lnpay.ca/.well-known/lnurlp/payme` or in your case (because you run LnMe) also: `https://lnpay.ca/lnurlp/payme`
Not completely sure if this is that exact issue. But we have a payment here that needed two attempts to pay. The first attempt failed, the second was successful. Thunderhub...
https://github.com/vendia/serverless-express/issues/427#issuecomment-924580007
I also think full lnurl* support should not be part of LNDhub and LNDHub should only be a small accounting layer on top of LND. Anything LNURL* related can then...
hmm... I don't have much thoughts about this. But then it would need to implement the LNURL response also? or it would be a custom response format (which I think...
> iirc when passing in description_hash: one lose the memo: and description: fields but that's up to whoever uses the LndHub API. Why should LndHub "protect" against this as this...
(there was a formatting issue in my previous reply) `/addinvoice` does a call to the underlaying LND node. I am wondering why we do not allow passing more parameters like...
The LNURL spec says: > Then, once the user accepts the terms (and choose an amount, if that is not fixed), the wallet will call the service and get a...