diff --git a/web/yaamp/core/backend/markets.php b/web/yaamp/core/backend/markets.php index ad8ba85..4414d65 100644 --- a/web/yaamp/core/backend/markets.php +++ b/web/yaamp/core/backend/markets.php @@ -792,8 +792,8 @@ function updateCryptopiaMarkets() $addresses[$balance->Symbol] = $balance->Address; } - if (!empty($addresses)) { - foreach($list as $market) + if (!empty($addresses)) + foreach($list as $market) { $coin = getdbo('db_coins', $market->coinid); if(!$coin) continue;