You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rusty Russell 2f1502abf4 cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit. 5 years ago
..
.gitignore gitignore: extend with recently added build products 5 years ago
Makefile fix: adds bcli plugin to check-source targets 5 years ago
README.md doc: fix wording in plugins/README.md 5 years ago
autoclean.c libplugin: generalize the plugin_timer callback type 5 years ago
bcli.c bcli: use a more urgent feerate for HTLCs and penalty transactions 5 years ago
fundchannel.c cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit. 5 years ago
libplugin.c cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit. 5 years ago
libplugin.h libplugin: demarshal and stash the feature set given by lightningd. 5 years ago
pay.c plugins/pay: use feature set from lightningd to decode bolt11. 5 years ago

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