mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 13:25:43 +01:00
acdd9b8762
The presplit modifier could end up exceeding the maximum number of HTLCs we can add to a channel right out the gate, so we switch to a dynamic presplit if that is the case. The presplit will now at most use 1/3rd of the available HTLCs on the channels if the normal split would exceed the number of availabe HTLCs. And we also abort early if we don't have a sufficient HTLCs available. |
||
---|---|---|
.. | ||
.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).