Skip to content

Commit

Permalink
add holdinvoice
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Feb 7, 2024
1 parent b000c70 commit 80a4909
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@
[submodule "nostrify"]
path = nostrify
url = https://github.com/joelklabo/nostrify
[submodule "holdinvoice"]
path = holdinvoice
url = https://github.com/daywalker90/holdinvoice.git
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Community curated plugins for Core-Lightning.
| [event-websocket][event-websocket] | Exposes notifications over a Websocket |
| [go-lnmetrics.reporter][reporter] | Collect and report of the lightning node metrics |
| [graphql][graphql] | Exposes the Core-Lightning API over [graphql][graphql-spec] |
| [holdinvoice][holdinvoice] | Holds htlcs for invoices until settle or cancel is called (aka Hodlinvoices) via RPC/GRPC |
| [invoice-queue][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 |
Expand Down Expand Up @@ -222,6 +223,7 @@ Python plugins developers must ensure their plugin to work with all Python versi
[graphql-spec]: https://graphql.org/
[helpme]: https://github.com/lightningd/plugins/tree/master/archived/helpme
[historian]: https://github.com/lightningd/plugins/tree/master/archived/historian
[holdinvoice]: https://github.com/daywalker90/holdinvoice
[invoice-queue]: https://github.com/rbndg/Lightning-Invoice-Queue
[java-api]: https://github.com/clightning4j/JRPClightning
[jitrebalance]: https://github.com/lightningd/plugins/tree/master/archived/jitrebalance
Expand Down
1 change: 1 addition & 0 deletions holdinvoice
Submodule holdinvoice added at fe4e7f

0 comments on commit 80a4909

Please sign in to comment.