mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-30 07:26:46 +00:00
maps: expansion of Key concept (#1349)
* moves everything to use single map keys, also breaks * full rollout * tests * fix a little bug * minor test fixups * Fix Key use * rm 🔑 from 🔑 struct name
This commit is contained in:
@@ -356,7 +356,7 @@ func TestSettingsPrint(t *testing.T) {
|
||||
|
||||
var unsupportedDefaultConfigExchanges = []string{
|
||||
"itbit", // due to unsupported API
|
||||
"poloniex", // outdated API // TODO remove once updated
|
||||
"poloniex", // poloniex has dropped support for the API GCT has implemented //TODO: drop this when supported
|
||||
}
|
||||
|
||||
func TestGetDefaultConfigurations(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user