Skip to content

Commit

Permalink
MERGE-FIX: Fix bitcoin-tx duplicate -h argument
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed May 28, 2019
1 parent de81c0d commit 738a3c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bitcoin-tx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

//
Expand Down

0 comments on commit 738a3c9

Please sign in to comment.