mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
2ef130e427
Add/remove the HTLC amount from the channel hints so concurrent getroute calls have the correct exclusions. This can sometimes underflow, if we're unlucky and call getroute too closely, but that's not a big issue, it can only result in a failed MPP attempt too many, nothing fatal, and it'll get corrected based on the result returned by the failing node. |
||
---|---|---|
.. | ||
.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).