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.
 
 
 
 
 
 
Christian Decker a696c8417e fundchannel: Remove the now disabled deprecated `satoshi` param 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 fundchannel: Remove the now disabled deprecated `satoshi` param 5 years ago
libplugin.c libplugin: fix compilation issue on recent gccs. 5 years ago
libplugin.h libplugin: demarshal and stash the feature set given by lightningd. 5 years ago
pay.c common/json_stream.c: Implement a `json_add_jsonstr` to add already-JSON strings to `json_stream` objects. 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).