mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
emphasized that a plugin needs to be executable
cost me a couple of minutes.
This commit is contained in:
parent
1c3b8c8ec5
commit
f8d630a30c
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ is implemented, the other features are under active development.*
|
|||
A plugin may be written in any language, and communicates with
|
||||
`lightningd` through the plugin's `stdin` and `stdout`. JSON-RPCv2 is
|
||||
used as protocol on top of the two streams, with the plugin acting as
|
||||
server and `lightningd` acting as client.
|
||||
server and `lightningd` acting as client. The plugin file needs to be
|
||||
executable (e.g. use `chmod a+x plugin_name`)
|
||||
|
||||
## A day in the life of a plugin
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue