mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-02 23:16:51 +00:00
Minor fixes
1) Fixes go fmt issue 2) Removes TO-DO item for supported asset pairs for GetExchangeInfo API 3) Fixes useless select used for testing
This commit is contained in:
@@ -1323,13 +1323,10 @@
|
||||
"type": "string"
|
||||
},
|
||||
"supported_assets": {
|
||||
"type": "string"
|
||||
},
|
||||
"enabled_pairs": {
|
||||
"type": "string"
|
||||
},
|
||||
"available_pairs": {
|
||||
"type": "string"
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/gctrpcPairsSupported"
|
||||
}
|
||||
},
|
||||
"authenticated_api": {
|
||||
"type": "boolean",
|
||||
@@ -1754,6 +1751,17 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"gctrpcPairsSupported": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"available_pairs": {
|
||||
"type": "string"
|
||||
},
|
||||
"enabled_pairs": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"gctrpcPortfolioAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user