Skip to content

Commit

Permalink
Merge pull request #346 from stratosnet/fix-after-event-rem-merge
Browse files Browse the repository at this point in the history
Fix after events merge
  • Loading branch information
Xiong-stratos authored Feb 21, 2024
2 parents d81c5ed + ddb1a96 commit 1af433e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/evm/keeper/state_transition.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,6 @@ func (k *Keeper) PrepayFn(ctx sdk.Context) vm.PrepayFunc {
Amount: sdk.NewIntFromBigInt(amount).String(),
PurchasedNoz: purchased.String(),
})
tevs[1] = (proto.Message)(&sdstypes.EventMessage{
Module: sdstypes.ModuleName,
Sender: accFrom.String(),
})
k.AddTypedEvents(tevs)

return purchased.BigInt(), returnGas, nil
Expand Down

0 comments on commit 1af433e

Please sign in to comment.