Skip to content

Commit

Permalink
Improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Jun 16, 2022
1 parent 27beb55 commit a28f86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/consumer/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a28f86d

Please sign in to comment.