Skip to content

Commit

Permalink
update response data struct for staking info
Browse files Browse the repository at this point in the history
  • Loading branch information
GeassV committed Jun 24, 2024
1 parent 146120c commit fd388db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staking_service/entities.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ type PoolRewardInfo struct {
type PoolRewardInfoList []PoolRewardInfo

type PooledStakingInfo struct {
Principle string `json:"principle"`
Principal string `json:"principal"`
RealizedReward string `json:"realized_reward"`
UnrealizedReward string `json:"unrealized_reward"`
Point string `json:"point"`
Expand Down

0 comments on commit fd388db

Please sign in to comment.