Browse Source

fix record attribute

main
ghost 10 months ago
parent
commit
fb506cbfd7
  1. 2
      src/crontab.php

2
src/crontab.php

@ -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) if ($kevacoin->getReceivedByAddress($pool->address, $config->kevachat->post->pool->confirmations) >= $pool->cost)
{ {
// Check physical wallet balance // Check physical wallet balance
if ($kevacoin->getBalance() <= $pool->getCost()) if ($kevacoin->getBalance() <= $pool->cost)
{ {
exit( exit(
sprintf( sprintf(

Loading…
Cancel
Save