You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugin: Gate the plugin subsystem with the --enable-plugins configure flag
Since we are planning to release a bug fix release, and the plugin
subsystem is not yet complete, it is better to make plugin support
opt-in while we continue testing.
Signed-off-by: Christian Decker <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>
Copy file name to clipboardExpand all lines: doc/plugins.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,7 @@ variety of ways:
16
16
internal events in `lightningd` and alter its behavior or inject
17
17
custom behaviors.
18
18
19
-
*Notice: at the time of writing only command line option passthrough
20
-
is implemented, the other features are under active development.*
19
+
*Notice: you need to pass `--enable-plugins` to `./configure` to turn on plugins for now, and hooks are not yet implemented. The API is under active development.*
21
20
22
21
A plugin may be written in any language, and communicates with
23
22
`lightningd` through the plugin's `stdin` and `stdout`. JSON-RPCv2 is
0 commit comments