MERGE-FIX: Fix bitcoin-tx duplicate -h argument

This commit is contained in:
Steven Roose 2019-05-28 15:05:28 +01:00
parent de81c0d97e
commit 738a3c91a2
No known key found for this signature in database
GPG key ID: 2F2A88D7F8D68E87

View file

@ -70,10 +70,6 @@ static void SetupBitcoinTxArgs()
gArgs.AddArg("set=NAME:JSON-STRING", "Set register NAME to given JSON-STRING", false, OptionsCategory::REGISTER_COMMANDS);
gArgs.AddArg("-serialization=TYPE", "Sets the serialization of transactions. ELEMENTS or BITCOIN are the two valid options.", false, OptionsCategory::REGISTER_COMMANDS);
// Hidden
gArgs.AddArg("-h", "", false, OptionsCategory::HIDDEN);
gArgs.AddArg("-help", "", false, OptionsCategory::HIDDEN);
}
//