mirror of
https://github.com/kevachat/webapp.git
synced 2025-02-02 01:44:27 +00:00
fix method name
This commit is contained in:
parent
e2c32233f4
commit
5ef1c4fad7
@ -290,7 +290,7 @@ class AppExtension extends AbstractExtension
|
|||||||
$this->container->getParameter('app.kevacoin.password')
|
$this->container->getParameter('app.kevacoin.password')
|
||||||
);
|
);
|
||||||
|
|
||||||
return $client->getAccountAddress(
|
return $client->getBalance(
|
||||||
$account
|
$account
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user