Commit c02274b
committed
Remove duplicate cosmos event emission in EVM transaction processing
The change removes `ctx.EventManager().EmitEvents()` call that was duplicating events already emitted in the temporary context. This prevents double emission of the same events during EVM transaction execution. The events are already properly handled in the temporary context's commit phase.1 parent 24758ef commit c02274b
File tree
3 files changed
+0
-4
lines changed- .github/workflows
- x/evm/keeper
3 files changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
238 | 237 | | |
239 | 238 | | |
240 | 239 | | |
| |||
0 commit comments