Skip to content

Commit

Permalink
fix: fix grpc flag conflict (backport #14244) (#14247)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Dec 11, 2022
1 parent c98cde9 commit 8b58e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/flags/flags.go
Expand Up @@ -45,7 +45,7 @@ const (
FlagUseLedger = "ledger"
FlagChainID = "chain-id"
FlagNode = "node"
FlagGRPC = "grpc"
FlagGRPC = "grpc-addr"
FlagGRPCInsecure = "grpc-insecure"
FlagHeight = "height"
FlagGasAdjustment = "gas-adjustment"
Expand Down

0 comments on commit 8b58e7d

Please sign in to comment.