mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-06 10:39:45 +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;
|
||||
}
|
||||
|
||||
if (!empty($addresses)) {
|
||||
foreach($list as $market)
|
||||
if (!empty($addresses))
|
||||
foreach($list as $market) {
|
||||
$coin = getdbo('db_coins', $market->coinid);
|
||||
if(!$coin) continue;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue