Browse Source

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

pull/2938/head
lisa neigut 5 years ago
committed by Rusty Russell
parent
commit
b0b6ddb66f
  1. 2
      devtools/mkcommit.c

2
devtools/mkcommit.c

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

Loading…
Cancel
Save