From 1cd3a6255a863b4c83c72f14f30293592360c461 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Tue, 12 Jun 2018 23:12:55 -0700 Subject: [PATCH] fix from merge --- client/flags.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/flags.go b/client/flags.go index 96ea5efd5a..4991b9a776 100644 --- a/client/flags.go +++ b/client/flags.go @@ -27,7 +27,6 @@ func GetCommands(cmds ...*cobra.Command) []*cobra.Command { c.Flags().String(FlagChainID, "", "Chain ID of tendermint node") c.Flags().String(FlagNode, "tcp://localhost:46657", ": to tendermint rpc interface for this chain") c.Flags().Int64(FlagHeight, 0, "block height to query, omit to get most recent provable block") - c.Flags().Int64(FlagGas, 200000, "gas limit to set per-transaction") } return cmds }