From 6b56db768c0e5e3b0bd901963d5f6670f0629725 Mon Sep 17 00:00:00 2001 From: Andrew Toth Date: Tue, 19 Jul 2022 15:01:23 -0400 Subject: [PATCH] readme: Add paythrough plugin link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 115d2e8..c41569c 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Community curated plugins for Core-Lightning. | [listmempoolfunds][listmempoolfunds] | Track unconfirmed wallet deposits| | [monitor][monitor] | helps you analyze the health of your peers and channels | | [noise][noise] | Chat with your fellow node operators | +| [paythrough][paythrough] | Pay an invoice through a specific channel, regardless of better routes | | [persistent-channels][pers-chans] | Maintains a number of channels to peers | | [probe][probe] | Regularly probes the network for stability | | [prometheus][prometheus] | Lightning node exporter for the prometheus timeseries server | @@ -193,6 +194,7 @@ Python plugins developers must ensure their plugin to work with all Python versi [graphql-spec]: https://graphql.org/ [lightning-qt]: https://github.com/darosior/pylightning-qt [listmempoolfunds]: https://github.com/andrewtoth/listmempoolfunds +[paythrough]: https://github.com/andrewtoth/paythrough [cpp-api]: https://github.com/darosior/lightningcpp [js-api]: https://github.com/lightningd/clightningjs [ts-api]: https://github.com/runcitadel/c-lightning.ts