You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rusty Russell 5e2053feea pay: fix crash when we paystatus too soon. 5 years ago
..
.gitignore plugins/.gitignore: Add `fundchannel` entry 5 years ago
Makefile plugins/bcli: a new plugin for gathering Bitcoin data 5 years ago
README.md doc: fix wording in plugins/README.md 5 years ago
autoclean.c libplugin: generalize the plugin_timer callback type 5 years ago
bcli.c plugins/bcli: register Bitcoin-related options 5 years ago
fundchannel.c libplugin: use json_stream for all plugins' commands 5 years ago
libplugin.c plugins: libplugin don't insist on 'jsonrpc' field from lightningd. 5 years ago
libplugin.h libplugin: generalize the plugin_timer callback type 5 years ago
pay.c pay: fix crash when we paystatus too soon. 5 years ago

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).