fix method name

This commit is contained in:
ghost 2024-02-18 17:31:00 +02:00
parent e2c32233f4
commit 5ef1c4fad7

View File

@ -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
); );
} }