@@ -29,7 +29,7 @@ |
||
29 | 29 | 'headers' => [ |
30 | 30 | 'Content-Type' => 'text/plain' |
31 | 31 | ], |
32 | - 'auth' => [$this->rpc->getUser(), $this->rpc->getPassword()], |
|
32 | + 'auth' => [ $this->rpc->getUser(), $this->rpc->getPassword() ], |
|
33 | 33 | 'json' => $command |
34 | 34 | ]); |
35 | 35 | } |
@@ -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 | } |
@@ -20,7 +20,7 @@ |
||
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 | } |