diff --git a/x/slashing/params.go b/x/slashing/params.go index ebf14f283d..220d5c23d1 100644 --- a/x/slashing/params.go +++ b/x/slashing/params.go @@ -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?