Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun committed Nov 5, 2019
2 parents b16829d + 5dec826 commit f6a3b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/oracle/internal/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (

// Default parameter values
const (
DefaultVotePeriod = core.BlocksPerMinute // 1 minute
DefaultVotePeriod = core.BlocksPerMinute / 2 // 30 seconds
DefaultSlashWindow = core.BlocksPerHour / DefaultVotePeriod // window for a hour
DefaultRewardDistributionWindow = core.BlocksPerMonth / DefaultVotePeriod // window for a month
)
Expand Down

0 comments on commit f6a3b99

Please sign in to comment.