@@ -24,7 +24,7 @@ |
||
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 | } |