From b46b4e0cd1e49a3d5412866fe77b6421c9e279ee Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Wed, 30 Mar 2016 13:38:12 +0200 Subject: [PATCH] cryptopia: fix typo in markets code --- web/yaamp/core/backend/markets.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;