@@ -192,7 +192,7 @@ |
||
| 192 | 192 | protected function fetchNodeUrl() |
| 193 | 193 | { |
| 194 | 194 | $chainpointUrls = $this->config()->get('chainpoint_urls'); |
| 195 | - $url = $chainpointUrls[rand(0,2)]; |
|
| 195 | + $url = $chainpointUrls[rand(0, 2)]; |
|
| 196 | 196 | $response = $this->client($url, 'GET', [], false); |
| 197 | 197 | |
| 198 | 198 | // TODO Set the URL as a class-property and re-use that, rather than re-calling fetchNodeUrl() |