diff --git a/web/yaamp/core/backend/markets.php b/web/yaamp/core/backend/markets.php index 3f23e06..e493675 100644 --- a/web/yaamp/core/backend/markets.php +++ b/web/yaamp/core/backend/markets.php @@ -1075,7 +1075,7 @@ function updateLiveCoinMarkets() debuglog("$exchange: deposit address for {$coin->symbol} updated"); $market->save(); } else { - debuglog("$exchange: Failed to update deposit address, ".json_decode($data); + debuglog("$exchange: Failed to update deposit address, ".json_decode($data)); } } }