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.
 
 
 
 
 
 
Rusty Russell 1deba1c8e4 plugins/pay: handle case where amount_msat is 'null'. 4 years ago
..
spender plugins/spender/fundchannel.c: Make fundchannel a thin layer around multifundchannel. 4 years ago
.gitignore plugins/spender/fundchannel.c: Make fundchannel a thin layer around multifundchannel. 4 years ago
Makefile plugins/spender/fundchannel.c: Make fundchannel a thin layer around multifundchannel. 4 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 4 years ago
bcli.c plugins/bcli.c: `sendrawtransaction` now has a required `allowhighfees` argument. 4 years ago
keysend.c pay: fix handling of legacy vs tlv encoding. 4 years ago
libplugin-pay.c plugins/libplugin-pay.c: Add new payee_incoming_limit to limit number of HTLCs based on payee connectivity. 4 years ago
libplugin-pay.h plugins/libplugin-pay.c: Add new payee_incoming_limit to limit number of HTLCs based on payee connectivity. 4 years ago
libplugin.c libplugin: do partial parsing instead of memmem hack. 4 years ago
libplugin.h libplugin: allow commands and options to mark themselves deprecated. 4 years ago
pay.c plugins/pay: handle case where amount_msat is 'null'. 4 years ago
txprepare.c txprepare: elements requires inclusion of an accurate fee output 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).