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