core-lightning/plugins
Rusty Russell 29b106720e plugins/pay: paystatus should explicitly describe why it is making each attempt.
So add a new 'strategy' field.  This makes it clearer what is going
on, currently one of:

* "Initial attempt"
* "Excluded channel <scid>"
* "Removed route hint"
* "Excluded expensive channel <scid>"
* "Excluded delaying channel <scid>"

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 plugin/libplugin: API for C plugins. 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: paystatus should explicitly describe why it is making each attempt. 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).