mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 22:31:48 +01:00
This is particularly interesting because we handle overflow during route calculation now; this could happen in theory once we wumbo. It fixes a thinko when we print out routehints, too: we want to print them out literally, not print out the effect they have on fees (which is in the route, which we also print). This ABI change doesn't need a CHANGELOG, since paystatus is new since release. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
.gitignore | ||
libplugin.c | ||
libplugin.h | ||
Makefile | ||
pay.c | ||
README.md |
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).