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 50bf8eb089 mpp: Add the presplit MPP modifier 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: Don't assume that the first payment was executed at all 5 years ago
libplugin-pay.h mpp: Add the presplit-modifier that splits a root payment first 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 mpp: Add the presplit MPP modifier 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).