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 3b7d0e7a62 common/json: make json_scan return an error string. 4 years ago
..
spender common/json: make json_scan return an error string. 4 years ago
.gitignore plugins: add txprepare to .gitignore 4 years ago
Makefile plugins/fetchinvoice: plugin to send an invoice_request for a given offer 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 common/json: make json_scan return an error string. 4 years ago
fetchinvoice.c libplugin: replace rpc_delve with rpc_scan. 4 years ago
keysend.c common/json: make json_scan return an error string. 4 years ago
libplugin-pay.c cleanups: feedback from Christian Decker review. 4 years ago
libplugin-pay.h pay, wallet: rename internal `bolt11` vars to `invstring`. 4 years ago
libplugin.c common/json: make json_scan return an error string. 4 years ago
libplugin.h libplugin: replace rpc_delve with rpc_scan. 4 years ago
offers.c libplugin: replace rpc_delve with rpc_scan. 4 years ago
offers_invreq_hook.c plugins/offer and plugins/fetchinvoice: send and recv errors. 4 years ago
offers_invreq_hook.h plugins/offers: add code to catch invoice_request onion messages. 4 years ago
offers_offer.c JSON: offers plugin `offer` command. 4 years ago
offers_offer.h JSON: offers plugin `offer` command. 4 years ago
pay.c common/json: make json_scan return an error string. 4 years ago
txprepare.c txprepare: Verify that outputs arg is an array 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).