Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Nov 29, 2024
1 parent 488d316 commit 794675a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions simapp/simd/cmd/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ func initTestnetFiles(
rpcPort = 26657
apiPort = 1317
grpcPort = 9090
restPort = 8080
)
p2pPortStart := 26656

Expand All @@ -264,7 +263,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.REST.Address = fmt.Sprintf("127.0.0.1:%d", restPort+portOffset)
}

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

0 comments on commit 794675a

Please sign in to comment.