mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 22:31:48 +01:00
Spark does this, for example: {"method":"pay","params":["lnbc..."],"id":22} Which doesn't have a jsonrpc field. The result is that the command doesn't terminate, there is nothing in the logs, stderr contains "pay: JSON-RPC message does not contain "jsonrpc" field", and from then on "Unknown command 'pay'". Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
.gitignore | ||
autoclean.c | ||
bcli.c | ||
fundchannel.c | ||
libplugin.c | ||
libplugin.h | ||
Makefile | ||
pay.c | ||
README.md |
Plugin Directory
Any file in this directory which is executable and whose name only consists of alphanumeric characters, space, '.', '-' or '_' will be automatically loaded when lightningd starts (unless suppressed with commandline options).