@@ -113,7 +113,9 @@ |
||
113 | 113 | { |
114 | 114 | $response = $this->sendRequest('onchain_history'); |
115 | 115 | $result = @json_decode($response); |
116 | - if (json_last_error() === 0) return $result; |
|
116 | + if (json_last_error() === 0) { |
|
117 | + return $result; |
|
118 | + } |
|
117 | 119 | return $response; |
118 | 120 | } |
119 | 121 |