lightning/plugins
Rusty Russell 2f0e13e793 multifundchannel: use excess_as_change flag to simplify logic.
This was added to fundpsbt/utxopsbt in v0.10, but the spender plugin
didn't take advantage of it, instead calculating its own change amount
and output.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-06-29 11:28:47 -04:00
..
bkpr
examples
grpc-plugin
spender multifundchannel: use excess_as_change flag to simplify logic. 2023-06-29 11:28:47 -04:00
src
test
.gitignore
autoclean.c autoclean: allow dynamic changes to autoclean-cycle. 2023-06-20 20:08:25 +09:30
bcli.c feat(bitcoind): pass the current known block height 2023-06-13 16:27:10 +02:00
Cargo.toml
chanbackup.c
commando.c
fetchinvoice.c
funder_policy.c libplugin: make set callback for options take plugin ptr, check correct type. 2023-06-20 20:08:25 +09:30
funder_policy.h libplugin: make set callback for options take plugin ptr, check correct type. 2023-06-20 20:08:25 +09:30
funder.c libplugin: make set callback for options take plugin ptr, check correct type. 2023-06-20 20:08:25 +09:30
keysend.c
libplugin-pay.c
libplugin-pay.h
libplugin.c plugins: libplugin support for dynamic config options. 2023-06-20 20:08:25 +09:30
libplugin.h plugins: libplugin support for dynamic config options. 2023-06-20 20:08:25 +09:30
Makefile
offers_inv_hook.c
offers_inv_hook.h
offers_invreq_hook.c
offers_invreq_hook.h
offers_offer.c
offers_offer.h
offers.c
offers.h
pay.c pay: don't require description for hashdesc invoices (i.e. undeprecate). 2023-06-22 13:23:21 +09:30
README.md
sql.c libplugin: make set callback for options take plugin ptr, check correct type. 2023-06-20 20:08:25 +09:30
topology.c
txprepare.c txprepare: use excess_as_change flag to simplify withdraw/txprepare logic. 2023-06-29 11:28:47 -04:00

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