Skip to content

Commit f042913

Browse files
committed
fixups
1 parent 7a4ff3c commit f042913

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Monitor and analyze the emergent behaviors of Bitcoin networks.
1717
- [Installation](/docs/install.md)
1818
- [CLI Commands](/docs/warnet.md)
1919
- [Network configuration with yaml files](/docs/config.md)
20+
- [Plugins](/docs/plugins.md)
2021
- [Scenarios](/docs/scenarios.md)
2122
- [Monitoring](/docs/logging_monitoring.md)
2223
- [Snapshots](/docs/snapshots.md)

resources/plugins/simln/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ nodes:
9090
lnd: true
9191

9292
plugins:
93-
# Take note: the path to the plugin file is relative to the `network.yaml` file. The location of your `simln.py` file and `network.yaml` file may differ than what is shown below.
93+
# Take note: the path to the plugin file is relative to the `network.yaml` file. The location of your `plugin.py` file and `network.yaml` file may differ than what is shown below.
9494
- "../../../resources/plugins/simln/plugin.py launch-activity '[{\"source\": \"tank-0003-ln\", \"destination\": \"tank-0005-ln\", \"interval_secs\": 1, \"amount_msat\": 2000}]'"
9595
````
9696

test/data/ln/network.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ nodes:
5454
lnd: true
5555

5656
plugins:
57-
- "../../../resources/plugins/simln/simln.py launch-activity '[{\"source\": \"tank-0003-ln\", \"destination\": \"tank-0005-ln\", \"interval_secs\": 1, \"amount_msat\": 2000}]'"
57+
- "../../../resources/plugins/simln/plugin.py launch-activity '[{\"source\": \"tank-0003-ln\", \"destination\": \"tank-0005-ln\", \"interval_secs\": 1, \"amount_msat\": 2000}]'"

0 commit comments

Comments
 (0)