feat: lnd_rest allow self payments (#2760)

* Update lndrest.py

- added the ability to receive self payments on the node

[issue] You have to enable circular payment on lnd.conf. Note that lnd.conf doesn't allow allow_self_payment parameter, that is why is necessary to define that on transaction.

* feat: add LND rest `"allow_self_payment"` option

---------

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
This commit is contained in:
jjmmbb
2024-11-26 13:32:44 +01:00
committed by GitHub
co-authored by Vlad Stan
parent af568d0f31
commit f97f27121a
4 changed files with 12 additions and 4 deletions
File diff suppressed because one or more lines are too long