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 b88a55b2a4 paymod: Only wait on blockheight if we need to 5 years ago
..
.gitignore gitignore: extend with recently added build products 5 years ago
Makefile bitcoin/feerate: new exposure for feerate parsing outside lightningd. 5 years ago
README.md doc: fix wording in plugins/README.md 5 years ago
autoclean.c plugins: make the autoclean plugin static 5 years ago
bcli.c bcli cleanups 5 years ago
fundchannel.c libplugin: Add features to plugin_main and getmanifest 5 years ago
keysend.c tlv: Allow passing a raw pointer and a length to tlvstream_set_raw 5 years ago
libplugin-pay.c paymod: Only wait on blockheight if we need to 5 years ago
libplugin-pay.h paymod: Expose riskfactor and wire through to getroute 5 years ago
libplugin.c paymod: Consolidate parsing RPC results in libplugin 5 years ago
libplugin.h paymod: Consolidate parsing RPC results in libplugin 5 years ago
pay.c paymod: Activate paymod and move legacy pay to `legacypay` command 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).