core-lightning/channeld
Rusty Russell a8e0e1709a channeld: fix fee calculation.
Funder can't spend the fee it needs to pay for the commitment transaction:
we were not converting to millisatoshis, however!

This breaks our routeboost test, which no longer has sufficient funds
to make payment.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-12-15 13:50:15 +01:00
..
test signature: wrap almost all signatures in struct bitcoin_signature. 2018-12-06 23:11:51 +01:00
channel_wire.csv channeld: get local peer features from lightningd. 2018-12-10 22:25:32 +00:00
channeld_htlc.h channeld: always receive and maintain short_channel_id of failing channel. 2018-07-27 14:12:00 +02:00
channeld.c channeld: only enable option_data_loss_protect if EXPERIMENTAL_FEATURES. 2018-12-10 22:25:32 +00:00
commit_tx.c channeld: tiebreak identical HTLC outputs by CLTV. 2018-10-23 16:55:35 +02:00
commit_tx.h channeld: htlcmap is never NULL. 2018-10-23 16:55:35 +02:00
full_channel_error.h channeld: map htlc add/remove errors to names. 2018-02-19 02:56:51 +00:00
full_channel.c channeld: fix fee calculation. 2018-12-15 13:50:15 +01:00
full_channel.h channeld: Keep track of the chainparams for the chain we are using 2018-09-14 21:18:11 +02:00
Makefile channeld: don't assume we offered option_data_loss_protect. 2018-12-10 22:25:32 +00:00