Skip to content

Commit

Permalink
fix dupicated events
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Feb 19, 2025
1 parent 15d9575 commit 5426232
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/cron/abci.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ func abciContractCallback(parentCtx sdk.Context, w types.WasmKeeper, msg contrac
)
return false // return without commit
}
parentCtx.EventManager().EmitEvents(ctx.EventManager().Events())
commit()
return false
}
Expand Down

0 comments on commit 5426232

Please sign in to comment.