mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +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:
@@ -211,7 +211,8 @@ wallet_commit_channel(struct lightningd *ld,
|
||||
NULL, /* No remote_shutdown_scriptpubkey yet */
|
||||
final_key_idx, false,
|
||||
NULL, /* No commit sent yet */
|
||||
uc->first_blocknum);
|
||||
uc->first_blocknum,
|
||||
feerate, feerate);
|
||||
|
||||
/* Now we finally put it in the database. */
|
||||
wallet_channel_insert(ld->wallet, channel);
|
||||
|
||||
Reference in New Issue
Block a user