lncm / invoicer

Invoice generating service that lives on top of lnd.
https://hub.docker.com/r/lncm/invoicer
MIT License
8 stars 3 forks source link

Have the option not to allow onchain trainsactions #28

Closed nolim1t closed 5 years ago

nolim1t commented 5 years ago

Have the option not to allow onchain trainsactions because it adds extra configuration and eventually with neutrino support it will be a lot harder to support.

meeDamian commented 5 years ago

That's not for now.

As for the way it can be handled currently is

  1. Send request to POST /payment
  2. Ignore address property
  3. Call GET /payment with hash= only

That setup ensures that:

  1. user never sees the address
  2. address status is never checked

In the future I'll make it more graceful not to pass Bitcoind configuration.

meeDamian commented 5 years ago

dup of #42