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.
 
 
 
 
 
 
lisa neigut a30ee2b7cd fundchannel: attempt to connect before funding channel 5 years ago
..
.gitignore plugins/.gitignore: Add `fundchannel` entry 5 years ago
Makefile addr: handle P2SH/P2PKH in scriptpubkey encoding 5 years ago
README.md plugins: add and install built-in plugin dir, add clear and disable options. 6 years ago
autoclean.c plugins: Return `command_param_failed()` if `param()` fail 5 years ago
fundchannel.c fundchannel: attempt to connect before funding channel 5 years ago
libplugin.c elements: Remove global is_elements variable in favor of chainparams 5 years ago
libplugin.h TAGS: reformat to fix when PRINTF_FMT() used. 5 years ago
pay.c plugins/pay: hand payment_secret from bolt11 through to sendpay. 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).