mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-22 20:44:59 +00:00
substract fee from amount
This commit is contained in:
parent
e8c13c6ba5
commit
7e37eda9df
@ -171,7 +171,9 @@ class CrontabController extends AbstractController
|
|||||||
$balance - $this->getParameter('app.kevacoin.withdraw.balance.min.kva'),
|
$balance - $this->getParameter('app.kevacoin.withdraw.balance.min.kva'),
|
||||||
8
|
8
|
||||||
),
|
),
|
||||||
'crontab/withdraw'
|
'crontab/withdraw',
|
||||||
|
null,
|
||||||
|
true
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user