mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-13 12:33:19 +02:00
add ln-address-pay plugin
This commit is contained in:
parent
677a9469a2
commit
ea4f257631
3 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -67,3 +67,6 @@
|
|||
[submodule "c-lightning-pruning-plugin"]
|
||||
path = c-lightning-pruning-plugin
|
||||
url = https://github.com/Start9Labs/c-lightning-pruning-plugin
|
||||
[submodule "ln-address-pay"]
|
||||
path = ln-address-pay
|
||||
url = https://github.com/nosedam/ln-address-pay
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ Community curated plugins for Core-Lightning.
|
|||
| [invoice-queue][Lightning-Invoice-Queue] | Listen to lightning invoices from multiple nodes and send to a redis queue for processing |     |
|
||||
| [lightning-qt][lightning-qt] | A bitcoin-qt-like GUI for lightningd |     |
|
||||
| [listmempoolfunds][listmempoolfunds] | Track unconfirmed wallet deposits |     |
|
||||
| [ln-address-pay][ln-address-pay] | Allows payments to lightning addresses |     |
|
||||
| [monitor][monitor] | helps you analyze the health of your peers and channels |     |
|
||||
| [nloop][NLoop] | Generic Lightning Loop for boltz |     |
|
||||
| [paythrough][paythrough] | Pay an invoice through a specific channel, regardless of better routes |     |
|
||||
|
|
@ -216,6 +217,7 @@ Python plugins developers must ensure their plugin to work with all Python versi
|
|||
[Lightning-Invoice-Queue]: https://github.com/rbndg/Lightning-Invoice-Queue
|
||||
[lightning-qt]: https://github.com/darosior/pylightning-qt
|
||||
[listmempoolfunds]: https://github.com/andrewtoth/listmempoolfunds
|
||||
[ln-address-pay]: https://github.com/nosedam/ln-address-pay
|
||||
[monitor]: https://github.com/renepickhardt/plugins/tree/master/monitor
|
||||
[NLoop]: https://github.com/bitbankinc/NLoop
|
||||
[paythrough]: https://github.com/andrewtoth/paythrough
|
||||
|
|
|
|||
1
ln-address-pay
Submodule
1
ln-address-pay
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit e5a349944328c2c6ef3d8a86e3de0747131ff313
|
||||
Loading…
Add table
Add a link
Reference in a new issue