@@ -195,7 +195,7 @@ |
||
195 | 195 | public function discoverNodes(int $limit = 3) |
196 | 196 | { |
197 | 197 | $chainpointUrls = $this->config()->get('chainpoint_urls'); |
198 | - $url = $chainpointUrls[rand(0,2)]; |
|
198 | + $url = $chainpointUrls[rand(0, 2)]; |
|
199 | 199 | $response = $this->client($url, 'GET', [], false); |
200 | 200 | |
201 | 201 | // TODO: Instead of throwing exception, re-call discoverNodes() and try a new URL |