@@ -32,7 +32,7 @@ |
||
32 | 32 | public function manualMapping($result) |
33 | 33 | { |
34 | 34 | $this->descr = $result['descr']['order']; |
35 | - if(isset($result['txid'])) { |
|
35 | + if (isset($result['txid'])) { |
|
36 | 36 | $this->txid = $result['txid'][0]; |
37 | 37 | } |
38 | 38 | } |