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 835ebaea5..c5bf4de0a 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Community curated plugins for Core-Lightning. | [feeadjuster][feeadjuster] | Dynamic fees to keep your channels more balanced | | [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 | @@ -246,3 +247,4 @@ un-archive it. [python-teos]: https://github.com/talaia-labs/python-teos [clearnet]: https://github.com/lightningd/plugins/tree/master/clearnet [cln-ntfy]: https://github.com/yukibtc/cln-ntfy +[holdinvoice]: https://github.com/daywalker90/holdinvoice diff --git a/holdinvoice b/holdinvoice new file mode 160000 index 000000000..d17831a01 --- /dev/null +++ b/holdinvoice @@ -0,0 +1 @@ +Subproject commit d17831a01777c638f8a8fd89ef1dc34c3a4c9e64