ItBit: Remove exchange implementation (#1463)

This commit is contained in:
Adrian Gallagher
2024-02-15 10:40:02 +11:00
committed by GitHub
parent 08da42ddb7
commit 9f968151be
25 changed files with 1 additions and 2225 deletions

View File

@@ -602,7 +602,6 @@ var unsupportedExchangeNames = []string{
"testexch",
"alphapoint",
"bitflyer", // Bitflyer has many "ErrNotYetImplemented, which is true, but not what we care to test for here
"itbit", // itbit has no way of retrieving pair data
"btse", // TODO rm once timeout issues resolved
"poloniex", // outdated API // TODO rm once updated
}