Skip to content

Commit

Permalink
Update x/crosschain/keeper/evm_hooks.go
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Bertrand <[email protected]>
  • Loading branch information
kingpinXD and lumtis authored Feb 15, 2024
1 parent e192f0d commit c13db31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/crosschain/keeper/evm_hooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ func (k Keeper) PostTxProcessing(
// ProcessLogs post-processes logs emitted by a zEVM contract; if the log contains Withdrawal event
// from registered ZRC20 contract, new CCTX will be created to trigger and track outbound
// transaction.
// TODO : https://github.com/zeta-chain/node/issues/1759
// TODO: implement unit tests
// https://github.com/zeta-chain/node/issues/1759
func (k Keeper) ProcessLogs(ctx sdk.Context, logs []*ethtypes.Log, emittingContract ethcommon.Address, txOrigin string) error {
system, found := k.fungibleKeeper.GetSystemContract(ctx)
if !found {
Expand Down

0 comments on commit c13db31

Please sign in to comment.