substract fee from amount

This commit is contained in:
ghost 2024-02-17 23:13:55 +02:00
parent e8c13c6ba5
commit 7e37eda9df

View File

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