From 88e00257242c028f1f72e1b010deb33994e4f6ef Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Tue, 29 May 2018 02:56:40 +0200 Subject: [PATCH] DowntimeUnbondDuration to 10 minutes --- x/slashing/params.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/slashing/params.go b/x/slashing/params.go index 5e611fa0b5..3bba85fa66 100644 --- a/x/slashing/params.go +++ b/x/slashing/params.go @@ -22,8 +22,8 @@ const ( // Downtime unbond duration // TODO Governance parameter? - // TODO Temporarily set to 6 hours for testnets - DowntimeUnbondDuration int64 = 60 * 60 * 6 + // TODO Temporarily set to 10 minutes for testnets + DowntimeUnbondDuration int64 = 60 * 10 ) var (