Glebsky

Results 3 comments of Glebsky

it works for me if public function transaction($txhash) { usleep(150 * 5000); $response = $this->dataClient->get($this->converter->getUrlForTransaction($txhash)); $res = $this->converter->convertTx($response->body(), null); usleep(150 * 5000); if ($this->converter instanceof BtccomConverter) { $res['raw'] = \json_decode($this->dataClient->get("tx/{$txhash}/raw")->body(),...

![since](https://user-images.githubusercontent.com/20194253/51940358-6db77500-241a-11e9-8509-c2253f5b8aa5.PNG) ![since2](https://user-images.githubusercontent.com/20194253/51940359-6db77500-241a-11e9-98b5-014b4191310b.PNG) not working for me

And it's a little bit optimized,so that db requests are not too frequent