Skip to content

Commit

Permalink
Update modules/apps/transfer/keeper/export_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Nikolas De Giorgis <[email protected]>
  • Loading branch information
DimitrisJim and Nikolas De Giorgis authored Aug 4, 2024
1 parent c287cd7 commit 27fe691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/transfer/keeper/export_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
channeltypes "github.com/cosmos/ibc-go/v9/modules/core/04-channel/types"
)

// SetDenomTrace is a wrapper around iterateDenomTraces for testing purposes.
// SetDenomTrace is a wrapper around setDenomTrace for testing purposes.
func (k Keeper) SetDenomTrace(ctx sdk.Context, denomTrace internaltypes.DenomTrace) {
k.setDenomTrace(ctx, denomTrace)
}
Expand Down

0 comments on commit 27fe691

Please sign in to comment.