mirror of
https://github.com/kevachat/webapp.git
synced 2025-02-02 01:44:27 +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'],
|
||||
'balance' => $client->getBalance(
|
||||
$user['key']
|
||||
$user['key'],
|
||||
$this->getParameter('app.pool.confirmations')
|
||||
),
|
||||
'address' => $client->getAccountAddress(
|
||||
$user['key']
|
||||
|
Loading…
x
Reference in New Issue
Block a user