Änderungen JSON

This commit is contained in:
ja
2022-01-04 13:58:31 +01:00
parent 7c58fd7f06
commit 59ebc3aaf6
2 changed files with 9 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ Partial Class login_FLEX
Try
Dim teststr = String.Empty
intzahliterats = VERAG_VARIABLES.RandomInteger(2, Math.Pow(2, 3))
teststr = Await TestPerformance.TestHashrateServerAsync(VERAG_VARIABLES.RandomInteger(2, Math.Pow(2, 4)))
teststr = Await TestPerformance.TestHashrateServerAsync(VERAG_VARIABLES.RandomInteger(2, Math.Pow(2, 2)))
If String.Equals(teststr, String.Empty) = False Then
intzahliterats = VERAG_VARIABLES.getiterationnumber
End If