btcpayserver / btcpayserver-plugins

A repository storing verified BTCPay Server Plugins.
https://btcpayserver.org
19 stars 5 forks source link

LNbank can not transfer between accounts on one node #25

Closed iBobik closed 2 years ago

iBobik commented 2 years ago

When tried to transfer money from one LNbank account to another LNbank account it fails on LND's restriction.

It could be acomplished by option allow_self_payment when paying invoice.

LNbank could also do it just in it's database, but this will not allow to send e.g. to LNbits using the same LND.

dennisreimann commented 2 years ago

We'll need a new Lightning lib (and hence BTCPay Server update) for this, but this will be fixed once btcpayserver/BTCPayServer.Lightning#71 is merged.