mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-20 18:09:54 +00:00
safecex: remove useless break
This commit is contained in:
parent
09d4a1f1f7
commit
e27aa0e69f
1 changed files with 0 additions and 2 deletions
|
@ -20,7 +20,6 @@ function doSafecexTrading($quick=false)
|
|||
if($balance->symbol == 'BTC') {
|
||||
$savebalance->balance = $balance->balance;
|
||||
$savebalance->save();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,7 +36,6 @@ function doSafecexTrading($quick=false)
|
|||
$db_balance->balance = $balance->balance;
|
||||
//$db_balance->onsell = $balance->orders;
|
||||
$db_balance->save();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue