mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
options: remove default-fee-rate now we don't use it.
And no more filtering out messages, as we should no longer spam the logs with them (the 'Connected json input' one was removed some time ago). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -317,9 +317,6 @@ static void config_register_opts(struct lightningd *ld)
|
||||
opt_register_arg("--commit-fee=<percent>", opt_set_u32, opt_show_u32,
|
||||
&ld->config.commitment_fee_percent,
|
||||
"Percentage of fee to request for their commitment");
|
||||
opt_register_arg("--default-fee-rate", opt_set_u32, opt_show_u32,
|
||||
&ld->topology->default_fee_rate,
|
||||
"Satoshis per kw if can't estimate fees");
|
||||
opt_register_arg("--cltv-delta", opt_set_u32, opt_show_u32,
|
||||
&ld->config.cltv_expiry_delta,
|
||||
"Number of blocks for ctlv_expiry_delta");
|
||||
|
||||
Reference in New Issue
Block a user