mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-09 15:11:10 +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:
@@ -78,6 +78,11 @@ message DisableExchangeRequest {
|
||||
string exchange = 1;
|
||||
}
|
||||
|
||||
message PairsSupported {
|
||||
string available_pairs = 1;
|
||||
string enabled_pairs = 2;
|
||||
}
|
||||
|
||||
message GetExchangeInfoResponse {
|
||||
string name = 1;
|
||||
bool enabled = 2;
|
||||
@@ -87,10 +92,8 @@ message GetExchangeInfoResponse {
|
||||
string http_useragent = 6;
|
||||
string http_proxy = 7;
|
||||
string base_currencies = 8;
|
||||
string supported_assets = 9;
|
||||
string enabled_pairs = 10;
|
||||
string available_pairs = 11;
|
||||
bool authenticated_api = 12;
|
||||
map<string, PairsSupported> supported_assets = 9;
|
||||
bool authenticated_api = 10;
|
||||
}
|
||||
|
||||
message GetTickerRequest {
|
||||
|
||||
Reference in New Issue
Block a user