devtools: rm repetitive field (it's included in remotesecrets)

This commit is contained in:
lisa neigut 2019-07-31 18:55:36 -05:00 committed by Rusty Russell
parent abcde461df
commit b0b6ddb66f
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ int main(int argc, char *argv[])
}
if (argc < 1 + 7 + 3*2 + 6*2)
errx(1, "Usage: mkcommit [-v] <commitnum> <funding-txid> <funding-txout> <funding-amount> <feerate-per-kw> <local-msat> <fee-payer> <localconfig> <remoteconfig> <remote-reserve> <localsecrets> <remotesecrets> [<htlc>...]\n"
errx(1, "Usage: mkcommit [-v] <commitnum> <funding-txid> <funding-txout> <funding-amount> <feerate-per-kw> <local-msat> <fee-payer> <localconfig> <remoteconfig> <localsecrets> <remotesecrets> [<htlc>...]\n"
"Where <config> are:\n"
" <to-self-delay>\n"
" <dustlimit>\n"