mirror of
https://github.com/kevachat/webapp.git
synced 2025-02-08 12:54:14 +00:00
add pool min confirmations filter
This commit is contained in:
parent
a8b876bb96
commit
97fc724c47
@ -101,7 +101,8 @@ class UserController extends AbstractController
|
|||||||
[
|
[
|
||||||
'name' => $user['key'],
|
'name' => $user['key'],
|
||||||
'balance' => $client->getBalance(
|
'balance' => $client->getBalance(
|
||||||
$user['key']
|
$user['key'],
|
||||||
|
$this->getParameter('app.pool.confirmations')
|
||||||
),
|
),
|
||||||
'address' => $client->getAccountAddress(
|
'address' => $client->getAccountAddress(
|
||||||
$user['key']
|
$user['key']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user