From 202ea55e4ef126e0bd771b169013330cbbec0cb8 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Fri, 20 Jul 2018 01:22:29 +0200 Subject: [PATCH] Change signed blocks window to 1000 --- x/slashing/params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?