Просмотр исходного кода

Fix: protocol/region reversed in speed test sample data

Rod Hynes 8 лет назад
Родитель
Сommit
4a7a39874f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      psiphon/common/tactics/tactics.go

+ 1 - 1
psiphon/common/tactics/tactics.go

@@ -1133,8 +1133,8 @@ func FetchTactics(
 	storer Storer,
 	networkID string,
 	apiParams common.APIParameters,
-	endPointProtocol string,
 	endPointRegion string,
+	endPointProtocol string,
 	encodedRequestPublicKey string,
 	encodedRequestObfuscatedKey string,
 	roundTripper RoundTripper) (*Record, error) {