Completed
Push — master ( 2ed911...e39204 )
by Nathan
02:14
created
src/Command/Mining/GetNetworkSolps.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
             'jsonrpc' => Command::JSON_RPC_VERSION,
23 23
             'id'      => Command::ID,
24 24
             'method'  => self::METHOD,
25
-            'params' => [$this->blocks, $this->height]
25
+            'params' => [ $this->blocks, $this->height ]
26 26
         ];
27 27
     }
28 28
 }
Please login to merge, or discard this patch.