Skip to content

Commit 09ab4ee

Browse files
committed
don't read from config
1 parent 81f2481 commit 09ab4ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/flags/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const (
4545
FlagUseLedger = "ledger"
4646
FlagChainID = "chain-id"
4747
FlagNode = "node"
48-
FlagGRPC = "grpc.address"
48+
FlagGRPC = "grpc-addr"
4949
FlagGRPCInsecure = "grpc-insecure"
5050
FlagHeight = "height"
5151
FlagGasAdjustment = "gas-adjustment"

0 commit comments

Comments
 (0)