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