Skip to content

Commit

Permalink
feat: reward happens evey hour
Browse files Browse the repository at this point in the history
  • Loading branch information
snobbee committed Nov 26, 2023
1 parent c267fcb commit 22a4c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/clp/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func GetDefaultRewardParams() *RewardParams {
RewardPeriods: nil,
RewardPeriodStartTime: "",
RewardsLockPeriod: 12 * 60 * 24 * 14, // 14 days
RewardsEpochIdentifier: epochstypes.DayEpochID,
RewardsEpochIdentifier: epochstypes.HourEpochID,
RewardsDistribute: false,
}
}
Expand Down

0 comments on commit 22a4c41

Please sign in to comment.