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.
 
 
 
 
 
 
ZmnSCPxj jxPCSnmZ 277ff0f44c plugins/spender/multiwithdraw.c: Implement multiwithdraw command. 4 years ago
..
spender plugins/spender/multiwithdraw.c: Implement multiwithdraw command. 4 years ago
.gitignore plugins/spender/: New plugin that will eventually absorb all onchain-spending commands. 4 years ago
Makefile plugins/spender/multiwithdraw.c: Implement multiwithdraw command. 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
fundchannel.c fundchannel: provide outnum 4 years ago
keysend.c Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 4 years ago
libplugin-pay.c libplugin-pay: fix default CLTV. 4 years ago
libplugin-pay.h Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 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
multifundchannel.c plugins/multifundchannel.c: Add minchannels flag to multifundchannel. 4 years ago
pay.c plugins/pay: don't bother parsing nodeid for summary. 4 years ago
txprepare.c wallet: switch over to withdraw in module, remove lots of unused code. 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).