mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-07 02:59:47 +00:00
cryptopia: fix typo in markets code
This commit is contained in:
parent
b1d7435564
commit
b46b4e0cd1
1 changed files with 2 additions and 2 deletions
|
@ -792,8 +792,8 @@ function updateCryptopiaMarkets()
|
||||||
$addresses[$balance->Symbol] = $balance->Address;
|
$addresses[$balance->Symbol] = $balance->Address;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($addresses)) {
|
if (!empty($addresses))
|
||||||
foreach($list as $market)
|
foreach($list as $market) {
|
||||||
$coin = getdbo('db_coins', $market->coinid);
|
$coin = getdbo('db_coins', $market->coinid);
|
||||||
if(!$coin) continue;
|
if(!$coin) continue;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue