@@ -48,7 +48,7 @@ |
||
48 | 48 | { |
49 | 49 | $method = $this->argument('method'); |
50 | 50 | |
51 | - if (! method_exists($this, $method)) { |
|
51 | + if (!method_exists($this, $method)) { |
|
52 | 52 | $this->info(json_encode($this->electrum->sendRequest($method, $this->get_params()))); |
53 | 53 | } else { |
54 | 54 | $this->$method(); |