mirror of
https://github.com/kevachat/geminiapp.git
synced 2025-03-10 04:21:02 +00:00
fix record attribute
This commit is contained in:
parent
353dccba2b
commit
fb506cbfd7
@ -143,7 +143,7 @@ foreach ($database->query('SELECT * FROM `pool` WHERE `sent` = 0 AND `expired` =
|
||||
if ($kevacoin->getReceivedByAddress($pool->address, $config->kevachat->post->pool->confirmations) >= $pool->cost)
|
||||
{
|
||||
// Check physical wallet balance
|
||||
if ($kevacoin->getBalance() <= $pool->getCost())
|
||||
if ($kevacoin->getBalance() <= $pool->cost)
|
||||
{
|
||||
exit(
|
||||
sprintf(
|
||||
|
Loading…
x
Reference in New Issue
Block a user