Skip to content

Commit

Permalink
FIX: Rename auction list nodes to nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmihaic committed Feb 12, 2024
1 parent 456ecd0 commit 7763f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/auctionList.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type AuctionListValidatorAPIResponse struct {
TotalTopUp string `json:"totalTopUp"`
TopUpPerNode string `json:"topUpPerNode"`
QualifiedTopUp string `json:"qualifiedTopUp"`
AuctionList []*AuctionNode `json:"auctionList"`
Nodes []*AuctionNode `json:"nodes"`
}

// AuctionListResponse respects the format the auction list api response received from the observers
Expand Down

0 comments on commit 7763f9f

Please sign in to comment.