mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 09:27:25 +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");
|
||||
$market->save();
|
||||
} 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