Fixed doc refused introduced inside the PR #4010

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
Vincenzo Palazzo 2020-09-08 22:06:00 +02:00 committed by Rusty Russell
parent b44e36b99e
commit 5679ea25f3

View file

@ -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
} }