lightningd: put min/max feerates into db, struct channel.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2018-04-03 16:49:39 +09:30
parent 4234321f7e
commit 6bb47276ce
7 changed files with 42 additions and 8 deletions

View File

@@ -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... */