We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6215a commit c24f7bbCopy full SHA for c24f7bb
include/classes/tools.class.php
@@ -84,7 +84,7 @@ private function getApiType($url) {
84
} else if (preg_match('/bittrex.com/', $url)) {
85
return 'bittrex';
86
} else if (preg_match('/bleutrade.com/', $url)) {
87
- return 'bittrex';
+ return 'bleutrade';
88
}
89
$this->setErrorMessage("API URL unknown");
90
return false;
0 commit comments