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.
 
 
 
 
 
 
trueptolemy c737fa6b91 pay: Fix logic of the intereface `find_worst_channel` 5 years ago
..
.gitignore plugins/.gitignore: Add `fundchannel` entry 5 years ago
Makefile fundchannel: have address work with any network 5 years ago
README.md plugins: add and install built-in plugin dir, add clear and disable options. 6 years ago
autoclean.c libplugin: pass configuration to plugin's 'init' callback 5 years ago
fundchannel.c fundchannel: Remove the link of `lightningd/json.h` 5 years ago
libplugin.c libplugin: new helper method for passing a raw error 5 years ago
libplugin.h libplugin: new helper method for passing a raw error 5 years ago
pay.c pay: Fix logic of the intereface `find_worst_channel` 5 years ago

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