mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
1ec959752b
This is the same deprecation, but one level up. For the moment, we still support invoices with a `h` field (where description will be necessary) but that will be removed once this option is removed. Note that I just changed pylightning without backwards compatibility, since the field was unlikely to be used, but we could do something more complex here? 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).