core-lightning/plugins
Rusty Russell 4122f955c1 plugins/pay: simplify listpeers_done code a little.
Avoid the unnecessary extra var, and don't use "capacity" since
that usually refers to static capacity.

Reported-by: @cdecker
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-01-17 13:02:24 +01:00
..
.gitignore plugins: minimal 'pay' plugin. 2019-01-17 13:02:24 +01:00
libplugin.c libplugin: mention error field in error message. 2019-01-17 13:02:24 +01:00
libplugin.h plugin/libplugin: API for C plugins. 2019-01-17 13:02:24 +01:00
Makefile plugins/pay: add shadow CLTV calculation. 2019-01-17 13:02:24 +01:00
pay.c plugins/pay: simplify listpeers_done code a little. 2019-01-17 13:02:24 +01: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).