From bcff30bb3fb89bedf532fbc61fdb6786f73187f8 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 7 Aug 2019 11:22:22 +0930 Subject: [PATCH] fixup! doc: fix up documentation about when we move into lightning-dir. --- doc/PLUGINS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/PLUGINS.md b/doc/PLUGINS.md index 4141d0a92..bf6f1f9b2 100644 --- a/doc/PLUGINS.md +++ b/doc/PLUGINS.md @@ -41,10 +41,10 @@ will read replies from its `stdout`. To initialize the plugin two RPC methods are required: - `getmanifest` asks the plugin for command line options and JSON-RPC - commands that should be passed through. Note that can be run before + commands that should be passed through. This can be run before `lightningd` checks that it is the sole user of the `lightning-dir` directory (for `--help`) so your plugin should not touch files at this - point). + point. - `init` is called after the command line options have been parsed and passes them through with the real values (if specified). This is also the signal that `lightningd`'s JSON-RPC over Unix Socket is now up