rgb-cln/plugins
Christian Decker e186b2620a txprepare: Verify that outputs arg is an array
We were not checking that outputs is indeed an array, and just going
ahead creating the array of outputs. Since `tok->size` for a string is
0 we ended up ignoring the argument altogether and thus the created
transaction would end up only with a single change output.

Fixes #4258
2020-12-09 06:56:21 +10:30
..
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 libplugin-pay: don't expose bolt11 details. 2020-12-04 20:16:54 -06: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).