Skip to content

Commit

Permalink
fix definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrent committed Apr 25, 2024
1 parent 9bc6527 commit dfa841d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/rewards/definitions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ struct RewardInfo {
uint8 decimals; // Reward Token Decimals
uint48 rewardsEndTimestamp; // {s} Rewards End Timestamp; 0 = instant
uint48 lastUpdatedTimestamp; // {s} Last updated timestamp
uint256 rewardsPerSecond; // {qTok/s} Rewards per Second
uint256 index; // {qTok} Last updated reward index
uint256 ONE; // {qTok} Reward Token Scalar
uint256 rewardsPerSecond; // {qRewardTok/s} Rewards per Second
uint256 index; // {qRewardTok} Last updated reward index
uint256 ONE; // {qRewardTok} Reward Token Scalar
}

abstract contract Errors {
Expand Down

0 comments on commit dfa841d

Please sign in to comment.