README: Add csvexportpays to the table

And fix indentation in test sample
This commit is contained in:
darosior
2019-12-25 18:30:24 +01:00
committed by Christian Decker
parent e574a717b1
commit ba85a5796a

View File

@@ -10,6 +10,7 @@ Community curated plugins for c-lightning.
|------------------------------------|----------------------------------------------------------------------------|
| [autopilot][autopilot] | An autopilot that suggests channels that should be established |
| [autoreload][autoreload] | A developer plugin that reloads a plugin under development when it changes |
| [csvexportpays][csvexportpays] | A plugin that exports all payments to a CSV file |
| [donations][donations] | A simple donations page to accept donations from the web |
| [graphql][graphql] | Exposes the c-lightning API over [graphql][graphql-spec] |
| [lightning-qt][lightning-qt] | A bitcoin-qt-like GUI for lightningd |
@@ -139,3 +140,4 @@ your environment.
[reckless]: https://github.com/darosior/reckless
[zmq-home]: https://zeromq.org/
[zmq]: https://github.com/lightningd/plugins/tree/master/zmq
[csvexportpays]: https://github.com/0xB10C/c-lightning-plugin-csvexportpays