core-lightning/plugins
lisa neigut 7d069239aa fundchannel: only cap to 'max' if keyword 'all' passed in
in order to preserve current behavior, we cap at max if specified 'all';
otherwise we fail since the amount requested is larger than the
channel max capacity
2019-09-11 23:56:27 +00:00
..
.gitignore plugins/.gitignore: Also ignore autoclean. 2019-05-23 04:51:06 +00:00
autoclean.c libplugin: pass configuration to plugin's 'init' callback 2019-08-03 13:15:40 +02:00
fundchannel.c fundchannel: only cap to 'max' if keyword 'all' passed in 2019-09-11 23:56:27 +00:00
libplugin.c libplugin: new helper method for passing a raw error 2019-09-11 23:56:27 +00:00
libplugin.h libplugin: new helper method for passing a raw error 2019-09-11 23:56:27 +00:00
Makefile plugins: add fundchannel plugin, as 'fc' 2019-09-11 23:56:27 +00:00
pay.c libplugin: add required import 2019-09-11 23:56:27 +00:00
README.md plugins: add and install built-in plugin dir, add clear and disable options. 2018-12-05 01:22:55 +01:00

Plugin Directory

Anything file in this directory which is executable and doesn't start and doesn't contain ASCII symbols other than '.', '-' or '_' will be automatically loaded when lightningd starts (unless suppressed with commandline options).