mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
lightningd: put min/max feerates into db, struct channel.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -418,7 +418,8 @@ enum watch_result funding_spent(struct channel *channel,
|
||||
3,
|
||||
channel->last_htlc_sigs,
|
||||
tal_count(stubs),
|
||||
0, 250000);
|
||||
channel->min_possible_feerate,
|
||||
channel->max_possible_feerate);
|
||||
subd_send_msg(channel->owner, take(msg));
|
||||
|
||||
/* FIXME: Don't queue all at once, use an empty cb... */
|
||||
|
||||
Reference in New Issue
Block a user