You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This check is invalid and doesn't add added security.
A revert outbound is processed the same as a regular outbound and uses this function.
Revert outbound has the external chain as sender chain. The result is that for failed revert outbound, this check will not pass and abort but with a message like sender chain for withdraw cctx is not ZetaChain expected 7001 got 84532
The check should be removed to have a clearer error message
The text was updated successfully, but these errors were encountered:
Describe the Issue
Here
node/x/crosschain/keeper/cctx_orchestrator_validate_outbound.go
Line 321 in 6e8f466
This check is invalid and doesn't add added security.
A revert outbound is processed the same as a regular outbound and uses this function.
Revert outbound has the external chain as sender chain. The result is that for failed revert outbound, this check will not pass and abort but with a message like
sender chain for withdraw cctx is not ZetaChain expected 7001 got 84532
The check should be removed to have a clearer error message
The text was updated successfully, but these errors were encountered: