Skip to content

Commit

Permalink
Go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Dec 20, 2023
1 parent ac07be7 commit c6c0c86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/restapi/core/accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ func rewardsByOutputID(c echo.Context) (*api.ManaRewardsResponse, error) {
}

return &api.ManaRewardsResponse{
StartEpoch: firstRewardEpoch,
EndEpoch: lastRewardEpoch,
Rewards: reward,
StartEpoch: firstRewardEpoch,
EndEpoch: lastRewardEpoch,
Rewards: reward,
LatestCommittedEpochPoolRewards: latestCommittedEpochPoolRewards,
}, nil
}
Expand Down

0 comments on commit c6c0c86

Please sign in to comment.