mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
devtools: rm repetitive field (it's included in remotesecrets)
This commit is contained in:
parent
abcde461df
commit
b0b6ddb66f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue