diff --git a/.gitmodules b/.gitmodules index 6dd173728..717a7bbf7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 95011b88b..72f53ddc6 100644 --- a/README.md +++ b/README.md @@ -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 | @@ -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 diff --git a/holdinvoice b/holdinvoice new file mode 160000 index 000000000..fe4e7f64d --- /dev/null +++ b/holdinvoice @@ -0,0 +1 @@ +Subproject commit fe4e7f64de4927813cf1a933599026721ace0b80