Browse Source

Fixed doc refused introduced inside the PR #4010

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
bump-pyln-proto
Vincenzo Palazzo 5 years ago
committed by Rusty Russell
parent
commit
5679ea25f3
  1. 5
      doc/PLUGINS.md

5
doc/PLUGINS.md

@ -213,13 +213,12 @@ simple JSON object containing the options:
"node": "8000000002aaa2", "node": "8000000002aaa2",
"channel": "", "channel": "",
"invoice": "028200" "invoice": "028200"
} },
"startup": true,
"proxy": { "proxy": {
"type": "ipv4", "type": "ipv4",
"address": "127.0.0.1", "address": "127.0.0.1",
"port": 9050 "port": 9050
} },
"torv3-enabled": true, "torv3-enabled": true,
"use_proxy_always": false "use_proxy_always": false
} }

Loading…
Cancel
Save