mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-21 02:19:47 +00:00
fix last commit, invalid php
This commit is contained in:
parent
05950ffd93
commit
b07117093c
1 changed files with 1 additions and 1 deletions
|
@ -1075,7 +1075,7 @@ function updateLiveCoinMarkets()
|
||||||
debuglog("$exchange: deposit address for {$coin->symbol} updated");
|
debuglog("$exchange: deposit address for {$coin->symbol} updated");
|
||||||
$market->save();
|
$market->save();
|
||||||
} else {
|
} else {
|
||||||
debuglog("$exchange: Failed to update deposit address, ".json_decode($data);
|
debuglog("$exchange: Failed to update deposit address, ".json_decode($data));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue