mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
config: don't ignore the --commit-fee option.
We did not take the value of --commit-fee into account : this removes the unused option from lightningd and instead registers it in bcli, where we set the actual feerate of commitment transactions. This also corrects the documentation. Changelog-Fixed: config: we now take the --commit-fee parameter into account. Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
47c701cbe6
commit
f598caa60d
@@ -10,7 +10,6 @@ const struct config test_config = {
|
||||
.anchor_confirms = 1,
|
||||
.commitment_fee_min_percent = 0,
|
||||
.commitment_fee_max_percent = 0,
|
||||
.commitment_fee_percent = 500,
|
||||
.cltv_expiry_delta = 6,
|
||||
.cltv_final = 10,
|
||||
.commit_time_ms = 10,
|
||||
|
||||
Reference in New Issue
Block a user