Skip to content

Commit

Permalink
total_apr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Aug 6, 2024
1 parent 4b83fc1 commit 65db797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domain/passthrough/pool_apr.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type PoolAPR struct {
// Boost APR represents the boosted APR.
BoostAPR PoolDataRange `json:"boost,omitempty"`
// Total APR represents the total APR.
TotalAPR PoolDataRange `json:"total,omitempty"`
TotalAPR PoolDataRange `json:"total_apr,omitempty"`
}

// UnmarshalJSON custom unmarshal method to handle PoolID as uint64.
Expand Down

0 comments on commit 65db797

Please sign in to comment.