mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-27 15:10:30 +00:00
fix wrong type of the huobi account data struct (#231)
This commit is contained in:
committed by
Adrian Gallagher
parent
d01e7bad72
commit
18328d4fe8
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user