core-lightning/plugins/spender
niftynei 04b6ad06cb change fees: more accurate rounding for change amount
We were getting off-by-one for the total amount that the change is for,
since it rounds the fee *down*, independent of the total weight of the
entire tx.

We fix this by using the diff btw the fee of the total weight (w/ and
w/o the change output)
2021-07-19 16:13:24 -04:00
..
fundchannel.c fundchannel: take a 'close_to' address 2020-10-16 13:51:57 +10:30
fundchannel.h plugins/spender/fundchannel.c: Make fundchannel a thin layer around multifundchannel. 2020-09-10 15:28:50 +09:30
main.c libplugin: Add notification topics to plugin_main 2021-05-03 11:20:15 +09:30
multifundchannel.c fundchannel, multifundchannel: reserve inputs for two weeks, not 12 hours. 2021-05-26 15:08:01 +09:30
multifundchannel.h dual-funding: introduce racy state 2021-03-30 13:44:11 +10:30
multiwithdraw.c change fees: more accurate rounding for change amount 2021-07-19 16:13:24 -04:00
multiwithdraw.h plugins/spender/multiwithdraw.c: Implement multiwithdraw command. 2020-09-09 20:36:08 +09:30
openchannel.c openchannel: add missing string args to format string 2021-05-03 11:06:10 +09:30
openchannel.h mfc-df: after sigs are collected, go sign the psbt 2020-11-23 12:41:05 -06:00