Skip to content

Commit

Permalink
Set SignedBlocksWindow back to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
cwgoes committed Aug 13, 2018
1 parent 59acfe8 commit 004e328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/slashing/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ var (
// TODO Temporarily set to five minutes for testnets
defaultDoubleSignUnbondDuration int64 = 60 * 5

// TODO Temporarily set to 100 blocks for testnets
defaultSignedBlocksWindow int64 = 100
// TODO Temporarily set to 1000 blocks for testnets
defaultSignedBlocksWindow int64 = 1000

// TODO Temporarily set to 10 minutes for testnets
defaultDowntimeUnbondDuration int64 = 60 * 10
Expand Down

0 comments on commit 004e328

Please sign in to comment.