Skip to content

Commit

Permalink
chore: fix comment (#20498)
Browse files Browse the repository at this point in the history
Signed-off-by: VitalikButerinEth <[email protected]>
  • Loading branch information
VitalikButerinEth authored May 31, 2024
1 parent fa371f5 commit b13e5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/auth/vesting/types/period.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (p Periods) TotalDuration() time.Duration {
return time.Duration(len) * time.Second
}

// TotalDuration returns the sum of coins for the period
// TotalAmount returns the sum of coins for the period
func (p Periods) TotalAmount() sdk.Coins {
total := sdk.Coins{}
for _, period := range p {
Expand Down

0 comments on commit b13e5cb

Please sign in to comment.