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 (