Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Feb 15, 2024
1 parent 8042ca7 commit e192f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/keeper/evm_hooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (k Keeper) ProcessLogs(ctx sdk.Context, logs []*ethtypes.Log, emittingContr
}
}
// We were able to parse the ZRC20 withdrawal event. However, we were unable to process it as the information was incorrect
// This means that there are some funds locked in the contract which cannot have a outbound , this can be a candidate for a refund
// This means that there are some funds locked in the contract which cannot have an outbound , this can be a candidate for a refund
// TODO : Consider returning error or auto refunding the funds to the user
if err != nil && eventWithdrawal != nil {
ctx.Logger().Error(fmt.Sprintf("Error processing ZRC20 withdrawal event , from Address: %s m ,to : %s,value %s,gasfee %s, protocolfee %s, err %s",
Expand Down

0 comments on commit e192f0d

Please sign in to comment.