Passed
Push — master ( 977127...347791 )
by Nathan
01:52
created
src/Command/Mining/SubmitBlock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
             'jsonrpc' => Command::JSON_RPC_VERSION,
21 21
             'id'      => Command::ID,
22 22
             'method'  => self::METHOD,
23
-            'params' => [$this->hexData]
23
+            'params' => [ $this->hexData ]
24 24
         ];
25 25
     }
26 26
 }
Please login to merge, or discard this patch.