fixed error response to not leak info to users
This commit is contained in:
parent
cc6e58084f
commit
7e3197246a
@ -87,7 +87,7 @@ class Tools extends Base {
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
$this->setErrorMessage("Got an invalid response using URL ".$this->config['price']['url']." and target ".$this->config['price']['target']);
|
||||
$this->setErrorMessage("Got an invalid response from ticker API");
|
||||
return false;
|
||||
}
|
||||
// Catchall, we have no data extractor for this API url
|
||||
|
||||
Loading…
Reference in New Issue
Block a user