From 6e16ee0eaad8e0f3a6160a3cfd439eb4ba0ae9c7 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Sun, 6 Sep 2020 19:14:31 +0200 Subject: [PATCH] Alignment doc with the actual implementation Signed-off-by: Vincenzo Palazzo --- doc/PLUGINS.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/PLUGINS.md b/doc/PLUGINS.md index e03b13894..347abf882 100644 --- a/doc/PLUGINS.md +++ b/doc/PLUGINS.md @@ -206,7 +206,14 @@ simple JSON object containing the options: "configuration": { "lightning-dir": "/home/user/.lightning/testnet", "rpc-file": "lightning-rpc", - "startup": true + "startup": true, + "network": "testnet", + "feature_set": { + "init": "02aaa2", + "node": "8000000002aaa2", + "channel": "", + "invoice": "028200" + } } } ```