mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-28 07:26:57 +00:00
Minor QA changes
1) Add ability to enable all pairs using the new pair manager 2) Add abiity to enable/disable database subsystem via gRPC 3) Fix spelling mistakes
This commit is contained in:
@@ -262,7 +262,7 @@ message ForexProvider {
|
||||
string name = 1;
|
||||
bool enabled = 2;
|
||||
bool verbose = 3;
|
||||
string rest_rolling_delay = 4;
|
||||
string rest_polling_delay = 4;
|
||||
string api_key = 5;
|
||||
int64 api_key_level =6;
|
||||
bool primary_provider = 7;
|
||||
@@ -518,7 +518,7 @@ service GoCryptoTrader {
|
||||
|
||||
rpc GetSubsystems (GetSubsystemsRequest) returns (GetSusbsytemsResponse) {
|
||||
option (google.api.http) = {
|
||||
get: "/v1/getsusbsystems"
|
||||
get: "/v1/getsubsystems"
|
||||
};
|
||||
}
|
||||
|
||||
@@ -806,7 +806,7 @@ service GoCryptoTrader {
|
||||
|
||||
rpc GetTickerStream(GetTickerStreamRequest) returns (stream TickerResponse) {
|
||||
option (google.api.http) = {
|
||||
get: "/v1/getTickerstream"
|
||||
get: "/v1/gettickerstream"
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user