From a28f86db21ebbaeb3a0bc8a483b6e022d4f8ea65 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 16 Jun 2022 09:40:37 +0200 Subject: [PATCH] Improve comments --- x/ccv/consumer/types/keys.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/ccv/consumer/types/keys.go b/x/ccv/consumer/types/keys.go index a920f1584f..f34c3c9e4a 100644 --- a/x/ccv/consumer/types/keys.go +++ b/x/ccv/consumer/types/keys.go @@ -41,7 +41,7 @@ const ( UnbondingTimePrefix = "unbondingtime" // UnbondingTime is set to 3 weeks - // TODO: must be the same than the provider chain at the moment; update test setup to solve this + // TODO: must match default IBC-GO default value see #153 UnbondingTime = 3 * 7 * 24 * time.Hour // HistoricalEntries is set to 10000 like the staking module parameter DefaultHistoricalEntries