Skip to content

Commit

Permalink
add holdinvoice
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Dec 7, 2023
1 parent ce078bb commit e56f197
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 @@ -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 |
Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions holdinvoice
Submodule holdinvoice added at d17831

0 comments on commit e56f197

Please sign in to comment.