diff --git a/.gitmodules b/.gitmodules index 3f78086..b8f5b24 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "python-teos"] path = python-teos url = https://github.com/talaia-labs/python-teos +[submodule "holdinvoice"] + path = holdinvoice + url = https://github.com/daywalker90/holdinvoice.git diff --git a/README.md b/README.md index 32d80ca..7742d9e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,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 | @@ -217,6 +218,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 0000000..cd71fcd --- /dev/null +++ b/holdinvoice @@ -0,0 +1 @@ +Subproject commit cd71fcdbdcc6b349d6e214f578c241acfcb9ca56