From 5679ea25f3bb7af0b62137979c8caf6f07686b7b Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 8 Sep 2020 22:06:00 +0200 Subject: [PATCH] Fixed doc refused introduced inside the PR #4010 Signed-off-by: Vincenzo Palazzo --- doc/PLUGINS.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/PLUGINS.md b/doc/PLUGINS.md index d02171b8f..a6fa2332e 100644 --- a/doc/PLUGINS.md +++ b/doc/PLUGINS.md @@ -213,13 +213,12 @@ simple JSON object containing the options: "node": "8000000002aaa2", "channel": "", "invoice": "028200" - } - "startup": true, + }, "proxy": { "type": "ipv4", "address": "127.0.0.1", "port": 9050 - } + }, "torv3-enabled": true, "use_proxy_always": false }