Completed
Pull Request — master (#2)
by Aranea
02:41 queued 55s
created
src/app/Console/ElectrumCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.