chill117 / lnurl-node

Flexible lnurl server implementation with API and CLI implemented in nodejs.
MIT License
98 stars 26 forks source link

lnurl-pay: Handle "fromnodes" according to specification #25

Closed chill117 closed 2 years ago

chill117 commented 3 years ago

Investigate LN node support for handling "fromnodes" from the lnurl-pay spec:

fromnodes - an optional parameter with value set to comma separated nodeIds if payer wishes a service to provide payment routes starting from specified LN nodeIds

It might not be possible to do this via the APIs provided by every LN node.

chill117 commented 2 years ago

This was removed from the LNURL spec.