rgb-cln/plugins
Christian Decker 3b599b846e keysend: Check that the destination supports keysend upon init
We were blindly initiating the keysend payment, which could lead to
confusing outcomes. This adds a very specific error message to the
error returned.

Changelog-Fixed: keysend: Keysend now checks whether the destination supports keysend before attempting a payment. If not a more informative error is returned.
2020-12-11 15:50:09 +01:00
..
spender df-mfc: set the minimum input weight to 110 iif v2 2020-12-02 14:19:08 +10:30
.gitignore plugins: add txprepare to .gitignore 2020-12-04 11:30:58 +10:30
Makefile mfc: add happy path-way for v2 in multifundchannel 2020-11-23 12:41:05 -06:00
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
autoclean.c plugin: Do not automatically initialize the RPC connection in bcli 2020-07-23 10:14:21 +09:30
bcli.c plugins: use "slow" feerate for mutual close negotiation. 2020-10-13 20:53:34 +02:00
keysend.c keysend: Check that the destination supports keysend upon init 2020-12-11 15:50:09 +01:00
libplugin-pay.c plugins/libplugin-pay: expose gossmap for plugin special effects. 2020-12-04 20:16:54 -06:00
libplugin-pay.h plugins/libplugin-pay: expose gossmap for plugin special effects. 2020-12-04 20:16:54 -06:00
libplugin.c libplugin: add command_hook_success helper. 2020-12-02 10:38:04 +10:30
libplugin.h libplugin: add command_hook_success helper. 2020-12-02 10:38:04 +10:30
pay.c libplugin-pay: don't expose bolt11 details. 2020-12-04 20:16:54 -06:00
txprepare.c txprepare: Verify that outputs arg is an array 2020-12-09 06:56:21 +10:30

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).