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 a4bc3e5673 common/bolt12: include correct bolt12 wiregen header. 4 years ago
..
spender libplugin: make init return a string. 4 years ago
.gitignore plugins: add txprepare to .gitignore 4 years ago
Makefile common/bolt12: include correct bolt12 wiregen header. 4 years ago
README.md doc: fix wording in plugins/README.md 5 years ago
autoclean.c libplugin: make init return a string. 4 years ago
bcli.c libplugin: make init return a string. 4 years ago
fetchinvoice.c libplugin: make init return a string. 4 years ago
keysend.c libplugin: make init return a string. 4 years ago
libplugin-pay.c pay: Fix a crash when waitblockheight times out 4 years ago
libplugin-pay.h pay, wallet: rename internal `bolt11` vars to `invstring`. 4 years ago
libplugin.c libplugin: make init return a string. 4 years ago
libplugin.h libplugin: make init return a string. 4 years ago
offers.c libplugin: make init return a string. 4 years ago
offers.h plugin/offers: hoist send_onion_reply into core. 4 years ago
offers_inv_hook.c common/amount: make fmt_amount_sat / fmt_amount_msat etc take copy. 4 years ago
offers_inv_hook.h plugins/offer: handle receiving an invoice in an onion_message. 4 years ago
offers_invreq_hook.c fetchinvoice: allow amounts to be specified. 4 years ago
offers_invreq_hook.h plugins/offers: add code to catch invoice_request onion messages. 4 years ago
offers_offer.c offer: allow offers in other currencies if we can convert. 4 years ago
offers_offer.h offers: split offer send_invoice generation into new JSON command 4 years ago
pay.c libplugin: make init return a 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).