mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
update max-locktime-blocks description to be accurate
This commit is contained in:
parent
93d5df559d
commit
26957fce07
@ -219,7 +219,7 @@ static void config_register_opts(struct lightningd *ld)
|
||||
"Blocks before peer can unilaterally spend funds");
|
||||
opt_register_arg("--max-locktime-blocks", opt_set_u32, opt_show_u32,
|
||||
&ld->config.locktime_max,
|
||||
"Maximum seconds peer can lock up our funds");
|
||||
"Maximum blocks a peer can lock up our funds");
|
||||
opt_register_arg("--anchor-onchain", opt_set_u32, opt_show_u32,
|
||||
&ld->config.anchor_onchain_wait,
|
||||
"Blocks before we give up on pending anchor transaction");
|
||||
|
Loading…
Reference in New Issue
Block a user