mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 09:40:19 +01:00
We were rather pedanticly failing the plugin if we were unable to parse the `waitsendpay` result, but had coded all the modifiers in such a way that they can handle a `NULL` result (verified in the code and manually by randomly failing the parsing). So we now just log the result we failed to parse and merrily go our way. Worst case is that we end up retrying the same route multiple times, since we can't blacklist any nodes / channels without understanding the error, but that is still in the scope of what we must handle anyway. |
||
---|---|---|
.. | ||
.gitignore | ||
autoclean.c | ||
bcli.c | ||
fundchannel.c | ||
keysend.c | ||
libplugin-pay.c | ||
libplugin-pay.h | ||
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).