lawl viper

This commit is contained in:
rigelrozanski 2018-06-09 01:04:40 -07:00 committed by Ethan Buchman
parent aaaa0e16a2
commit d84296ed37
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ func PostCommands(cmds ...*cobra.Command) []*cobra.Command {
c.Flags().String(FlagFee, "", "Fee to pay along with transaction")
c.Flags().String(FlagChainID, "", "Chain ID of tendermint node")
c.Flags().String(FlagNode, "tcp://localhost:46657", "<host>:<port> to tendermint rpc interface for this chain")
c.Flags().Int64(FlagGas, 200000, "gas limit to set per-transaction")
}
return cmds
}