From 7d3e7a12a42775c5db06bef1df841c096786cd51 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sun, 19 Dec 2021 15:14:35 +0100 Subject: [PATCH] readme: Add @andrewtoth's `listmempoolfunds` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9874e1d..f4f7a3b 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Community curated plugins for c-lightning. | [graphql][graphql] | Exposes the c-lightning API over [graphql][graphql-spec] | | [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| | [monitor][monitor] | helps you analyze the health of your peers and channels | | [persistent-channels][pers-chans] | Maintains a number of channels to peers | | [probe][probe] | Regularly probes the network for stability | @@ -186,6 +187,7 @@ Python plugins developers must ensure their plugin to work with all Python versi [graphql]: https://github.com/nettijoe96/c-lightning-graphql [graphql-spec]: https://graphql.org/ [lightning-qt]: https://github.com/darosior/pylightning-qt +[listmempoolfunds]: https://github.com/andrewtoth/listmempoolfunds [cpp-api]: https://github.com/darosior/lightningcpp [js-api]: https://github.com/lightningd/clightningjs [monitor]: https://github.com/renepickhardt/plugins/tree/master/monitor