@@ -179,7 +179,7 @@ |
||
| 179 | 179 | 'https://c.chainpoint.org/nodes/random', |
| 180 | 180 | ]; |
| 181 | 181 | |
| 182 | - $url = $chainpointUrls[rand(1,2)]; |
|
| 182 | + $url = $chainpointUrls[rand(1, 2)]; |
|
| 183 | 183 | $response = $this->client($url, 'GET'); |
| 184 | 184 | |
| 185 | 185 | foreach (json_decode($response->getBody(), true) as $candidate) { |