Skip to content

Commit

Permalink
Merge pull request #1845 from mesg-foundation/feature/default-gas-pri…
Browse files Browse the repository at this point in the history
…ce-orch

Set default flag gasPrice of the orchestrator to null
  • Loading branch information
antho1404 authored May 26, 2020
2 parents 39667f9 + 270af04 commit 50b5f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mesg-cli/orchestrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func startOrchestratorCmd(cdc *codec.Codec) *cobra.Command {
cmd.Flags().String(flagGrpcAddr, ":50052", "The address for the gRPC server to expose")
cmd.Flags().String(flagAuthorizedPubKeys, "", "The authorized pubkeys to communicate with the gRPC server")
cmd.Flags().String(flagMnemonic, "", "The account's mnemonic that will be used to sign transactions")
cmd.Flags().String(flagGasPrices, "1.0atto", "The gas price to sign tx")
cmd.Flags().String(flagGasPrices, "", "The gas price to sign tx")
cmd.Flags().String(flagExecPrice, "10000atto", "The execution price to create execution")
cmd.Flags().String(flagAccNumber, "0", "The account number of the hd path to use to derive the mnemonic")
cmd.Flags().String(flagAccIndex, "0", "The account index of the hd path to use to derive the mnemonic")
Expand Down

0 comments on commit 50b5f9d

Please sign in to comment.