Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Apr 23, 2024
1 parent eeb2f8d commit 67900f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simapp/simd/cmd/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ func initTestnetFiles(
nodeConfig.P2P.AllowDuplicateIP = true
appConfig.API.Address = fmt.Sprintf("tcp://127.0.0.1:%d", apiPort+portOffset)
appConfig.GRPC.Address = fmt.Sprintf("127.0.0.1:%d", grpcPort+portOffset)
appConfig.GRPCWeb.Enable = true
}

nodeDirName := fmt.Sprintf("%s%d", args.nodeDirPrefix, i)
Expand Down

0 comments on commit 67900f1

Please sign in to comment.