fix wrong type of the huobi account data struct (#231)

This commit is contained in:
Harry Ma
2019-01-11 16:30:09 +08:00
committed by Adrian Gallagher
parent d01e7bad72
commit 18328d4fe8

View File

@@ -110,7 +110,7 @@ type Symbol struct {
type Account struct {
ID int64 `json:"id"`
Type string `json:"type"`
State string `json:"working"`
State string `json:"state"`
UserID int64 `json:"user-id"`
}