Skip to content

Commit

Permalink
Hide trust flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Jul 29, 2017
1 parent 4652779 commit 75181a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/commands/proofs/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ func init() {
RootCmd.PersistentFlags().Int(FlagHeight, 0, "Height to query (skip to use latest block)")
RootCmd.PersistentFlags().Bool(commands.FlagTrustNode, false,
"DANGEROUS: blindly trust all results from the server")
RootCmd.PersistentFlags().MarkHidden(commands.FlagTrustNode)
}

0 comments on commit 75181a7

Please sign in to comment.