mirror of
https://github.com/kevachat/kevacoin-php.git
synced 2025-01-22 12:34:15 +00:00
fix variable name
This commit is contained in:
parent
01c8e7fe3b
commit
164ad7245c
@ -129,7 +129,7 @@ class Client
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getBalance(?string $address = null, ?int $minconf = null): ?float
|
public function getBalance(?string $account = null, ?int $minconf = null): ?float
|
||||||
{
|
{
|
||||||
$this->_id++;
|
$this->_id++;
|
||||||
|
|
||||||
@ -140,7 +140,7 @@ class Client
|
|||||||
'method' => 'getbalance',
|
'method' => 'getbalance',
|
||||||
'params' =>
|
'params' =>
|
||||||
[
|
[
|
||||||
$address,
|
$account,
|
||||||
$minconf
|
$minconf
|
||||||
],
|
],
|
||||||
'id' => $this->_id
|
'id' => $this->_id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user