Skip to content

Commit

Permalink
Merge pull request #427 from multiversx/MX-15166-refactor-auction-lis…
Browse files Browse the repository at this point in the history
…t-api-response-nodes

FIX: Rename auction list nodes to nodes
  • Loading branch information
mariusmihaic authored Feb 12, 2024
2 parents 456ecd0 + 7763f9f commit 5f7a82b
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 5f7a82b

Please sign in to comment.