mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-22 15:44:20 +01:00
README: Add csvexportpays to the table
And fix indentation in test sample
This commit is contained in:
committed by
Christian Decker
parent
e574a717b1
commit
ba85a5796a
@@ -10,6 +10,7 @@ Community curated plugins for c-lightning.
|
|||||||
|------------------------------------|----------------------------------------------------------------------------|
|
|------------------------------------|----------------------------------------------------------------------------|
|
||||||
| [autopilot][autopilot] | An autopilot that suggests channels that should be established |
|
| [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 |
|
| [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 |
|
| [donations][donations] | A simple donations page to accept donations from the web |
|
||||||
| [graphql][graphql] | Exposes the c-lightning API over [graphql][graphql-spec] |
|
| [graphql][graphql] | Exposes the c-lightning API over [graphql][graphql-spec] |
|
||||||
| [lightning-qt][lightning-qt] | A bitcoin-qt-like GUI for lightningd |
|
| [lightning-qt][lightning-qt] | A bitcoin-qt-like GUI for lightningd |
|
||||||
@@ -79,7 +80,7 @@ from pyln.testing.fixtures import *
|
|||||||
def test_summary_start(node_factory):
|
def test_summary_start(node_factory):
|
||||||
l1 = node_factory.get_node(options=pluginopt)
|
l1 = node_factory.get_node(options=pluginopt)
|
||||||
s = l1.rpc.summary()
|
s = l1.rpc.summary()
|
||||||
assert(s['network'] == 'REGTEST') # or whatever you want to test
|
assert(s['network'] == 'REGTEST') # or whatever you want to test
|
||||||
```
|
```
|
||||||
|
|
||||||
Tests are run against pull requests, all commits on `master`, as well as once
|
Tests are run against pull requests, all commits on `master`, as well as once
|
||||||
@@ -139,3 +140,4 @@ your environment.
|
|||||||
[reckless]: https://github.com/darosior/reckless
|
[reckless]: https://github.com/darosior/reckless
|
||||||
[zmq-home]: https://zeromq.org/
|
[zmq-home]: https://zeromq.org/
|
||||||
[zmq]: https://github.com/lightningd/plugins/tree/master/zmq
|
[zmq]: https://github.com/lightningd/plugins/tree/master/zmq
|
||||||
|
[csvexportpays]: https://github.com/0xB10C/c-lightning-plugin-csvexportpays
|
||||||
|
|||||||
Reference in New Issue
Block a user