Skip to content

Commit

Permalink
remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagleft committed Feb 14, 2023
1 parent 45daa01 commit d144bde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ type OperationsHistoryDataContainer struct {
Items []TradeHistoryData `json:"items"`
}

type mapTable map[string]interface{}

type PairPriceData struct {
PairCode string
BestAskPrice float64
Expand Down

0 comments on commit d144bde

Please sign in to comment.