Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/tj-actions/changed…
Browse files Browse the repository at this point in the history
…-files-41
  • Loading branch information
Carlos Rodriguez authored Jan 1, 2024
2 parents 16cbdb4 + 7c2996a commit 62cd279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/transfer/keeper/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (m Migrator) MigrateTotalEscrowForDenom(ctx sdk.Context) error {
m.keeper.SetTotalEscrowForDenom(ctx, totalEscrow)
}

m.keeper.Logger(ctx).Info("successfully set total escrow for %d denominations", totalEscrowed.Len())
m.keeper.Logger(ctx).Info("successfully set total escrow", "number of denominations", totalEscrowed.Len())
return nil
}

Expand Down

0 comments on commit 62cd279

Please sign in to comment.