mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
remove unused client field
This commit is contained in:
parent
9414b02fba
commit
d88e41c20c
|
@ -24,8 +24,6 @@ const SandboxRestBaseURL = "https://openapi-sandbox.kucoin.com/api"
|
|||
type RestClient struct {
|
||||
requestgen.BaseAPIClient
|
||||
|
||||
client *http.Client
|
||||
|
||||
Key, Secret, Passphrase string
|
||||
KeyVersion string
|
||||
|
||||
|
@ -49,9 +47,6 @@ func NewClient() *RestClient {
|
|||
},
|
||||
},
|
||||
KeyVersion: "2",
|
||||
client: &http.Client{
|
||||
Timeout: defaultHTTPTimeout,
|
||||
},
|
||||
}
|
||||
|
||||
client.AccountService = &AccountService{client: client}
|
||||
|
|
Loading…
Reference in New Issue
Block a user