Skip to content

Commit

Permalink
fix: testnet start cmd for multiple validators (evmos#1315)
Browse files Browse the repository at this point in the history
default JSONRPC flag to false on test validators
  • Loading branch information
jiujiteiro committed Feb 1, 2023
1 parent 4a61fba commit 6b8652c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testutil/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ func New(l Logger, baseDir string, cfg Config) (*Network, error) {
tmCfg.RPC.ListenAddress = ""
appCfg.GRPC.Enable = false
appCfg.GRPCWeb.Enable = false
appCfg.JSONRPC.Enable = false
apiListenAddr := ""
if i == 0 {
if cfg.APIAddress != "" {
Expand Down

0 comments on commit 6b8652c

Please sign in to comment.