Completed
Push — master ( f92ba6...977127 )
by Nathan
02:25 queued 20s
created
src/Command/Mining/PrioritiseTransaction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
             'jsonrpc' => Command::JSON_RPC_VERSION,
25 25
             'id'      => Command::ID,
26 26
             'method'  => self::METHOD,
27
-            'params' => [$this->txid, $this->priority, $this->fee]
27
+            'params' => [ $this->txid, $this->priority, $this->fee ]
28 28
         ];
29 29
     }
30 30
 }
Please login to merge, or discard this patch.