mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
devtools: rm repetitive field (it's included in remotesecrets)
This commit is contained in:
committed by
Rusty Russell
parent
abcde461df
commit
b0b6ddb66f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user