Skip to content

Commit

Permalink
Update x/bank/keeper/supply_offset_old.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matt, Park <[email protected]>
  • Loading branch information
czarcas7ic and mattverse authored Oct 5, 2024
1 parent 1e8bfaf commit 7f5bf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/bank/keeper/supply_offset_old.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (k BaseKeeper) setSupplyOffsetOld(ctx context.Context, denom string, offset
}
}

// AddSupplyOffset adjusts the current supply offset of a denom by the inputted offsetAmount using the pre v26 (old) key
// AddSupplyOffsetOld adjusts the current supply offset of a denom by the inputted offsetAmount using the pre v26 (old) key
// TODO: Remove after v27 migration
func (k BaseKeeper) AddSupplyOffsetOld(ctx context.Context, denom string, offsetAmount math.Int) {
k.setSupplyOffsetOld(ctx, denom, k.GetSupplyOffsetOld(ctx, denom).Add(offsetAmount))
Expand Down

0 comments on commit 7f5bf20

Please sign in to comment.