core-lightning/plugins
2020-01-21 22:23:21 +01:00
..
.gitignore plugins/.gitignore: Add fundchannel entry 2019-09-17 21:05:51 +02: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
Makefile addr: handle P2SH/P2PKH in scriptpubkey encoding 2019-11-13 03:31:20 +00:00
pay.c pay: Implement tracking of blockheight for starting payment attempts. 2020-01-21 22:23:21 +01:00
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00

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