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:
Adrian Gallagher
2019-09-03 10:32:17 +10:00
parent 939953211d
commit 2307834fb6
6 changed files with 497 additions and 471 deletions

View File

@@ -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": {