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.
 
 
 
 
 
 
Vincent 700897f06e listpays: fixed bolt11 null with keysend and update doc command 5 years ago
..
.gitignore gitignore: extend with recently added build products 5 years ago
Makefile plugins/Makefile: Only link in libplugin-pay for plugins that need it. 5 years ago
README.md doc: fix wording in plugins/README.md 5 years ago
autoclean.c plugin: Do not automatically initialize the RPC connection in bcli 5 years ago
bcli.c bcli: explicitly check at startup that bitcoind does relay transactions 5 years ago
fundchannel.c plugin: Do not automatically initialize the RPC connection in bcli 5 years ago
keysend.c plugin: Do not automatically initialize the RPC connection in bcli 5 years ago
libplugin-pay.c amount: add amount_msat_scale, amount_msat_ratio, amount_{msat,sat}_div 5 years ago
libplugin-pay.h plugins/libplugin-pay.c: Properly handle exclusions for routehints with two hops or more. 5 years ago
libplugin.c plugin: Do not automatically initialize the RPC connection in bcli 5 years ago
libplugin.h plugin: Do not automatically initialize the RPC connection in bcli 5 years ago
pay.c listpays: fixed bolt11 null with keysend and update doc command 4 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).