Browse Source

fix getBlockCount validation

main
ghost 4 months ago
parent
commit
bb67489d5b
  1. 2
      src/index.php

2
src/index.php

@ -140,7 +140,7 @@ if (isset($argv[1])) @@ -140,7 +140,7 @@ if (isset($argv[1]))
}
// Begin crawler
if (false === $blocks = $kevacoin->getBlockCount())
if (!$blocks = $kevacoin->getBlockCount())
{
exit(
_('Could not receive blocks count!')

Loading…
Cancel
Save