update max-locktime-blocks description to be accurate

This commit is contained in:
windsok 2018-02-02 22:00:41 -08:00 committed by Christian Decker
parent 93d5df559d
commit 26957fce07

View File

@ -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");