Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit e755b52

Browse files
committed
remvoe outdated comments
1 parent 1093685 commit e755b52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x/global/manager.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ func (gm *GlobalManager) SetTotalLinoAndRecalculateGrowthRate(ctx sdk.Context) s
375375
if err != nil {
376376
return err
377377
}
378-
// TODO(yumin): revisit this part before release, growth rate setting.
379378
growthRate = globalAllocationParam.GlobalGrowthRate
380379
globalMeta.LastYearTotalLinoCoin = globalMeta.TotalLinoCoin
381380
if err := gm.storage.SetGlobalMeta(ctx, globalMeta); err != nil {

0 commit comments

Comments
 (0)