DowntimeUnbondDuration to 10 minutes

This commit is contained in:
Christopher Goes 2018-05-29 02:56:40 +02:00
parent 345b5b88a8
commit 88e0025724
No known key found for this signature in database
GPG Key ID: E828D98232D328D3
1 changed files with 2 additions and 2 deletions

View File

@ -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 (