rgb-cln/plugins
Vasil Dimov 2ea91f834c Add the missing space between "if" and "("
Changelog-None
2020-01-06 12:57:59 +01:00
..
.gitignore plugins/.gitignore: Add `fundchannel` entry 2019-09-17 21:05:51 +02:00
Makefile addr: handle P2SH/P2PKH in scriptpubkey encoding 2019-11-13 03:31:20 +00:00
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
autoclean.c plugins/libplugin: hook support 2019-12-09 16:18:28 +01:00
fundchannel.c funding: enable push_msat 2019-12-24 12:04:01 -06:00
libplugin.c Add the missing space between "if" and "(" 2020-01-06 12:57:59 +01:00
libplugin.h plugins/libplugin: hook support 2019-12-09 16:18:28 +01:00
pay.c plugins: listpays will now consolidate multi-part payments. 2019-12-12 15:03:53 +01:00

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).