Skip to content

Commit

Permalink
type update
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Sep 25, 2023
1 parent 7413f95 commit 6d1f0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/uibc/module/abci.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func BeginBlock(ctx sdk.Context, k keeper.Keeper) {
} else {
logger.Info("IBC Quota Reset")
ctx.EventManager().EmitEvent(
sdk.NewEvent("/umee/uibc/v1/QuotaReset",
sdk.NewEvent("/umee/uibc/v1/EventQuotaReset",
sdk.NewAttribute("next_expire", quotaExpires.UTC().Format(time.RFC3339))))
}
}
Expand Down

0 comments on commit 6d1f0bc

Please sign in to comment.