Change signed blocks window to 1000

This commit is contained in:
Christopher Goes 2018-07-20 01:22:29 +02:00
parent 7bb775aa8a
commit 202ea55e4e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ var (
// SignedBlocksWindow - sliding window for downtime slashing
// TODO Governance parameter?
// TODO Temporarily set to 40000 blocks for testnets
SignedBlocksWindow int64 = 40000
SignedBlocksWindow int64 = 1000
// Downtime slashing threshold - 50%
// TODO Governance parameter?