We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
validateZRC20Withdrawal
The following check in evm_hook validates withdrawals:
node/x/crosschain/keeper/evm_hooks.go
Line 315 in 55c01c2
Since a revert should be treated as a withdrawal as well, the same check should be included when a new outbound is being created from a revert.
If the check doesn't pass, the CCTX should be aborted.
The text was updated successfully, but these errors were encountered:
ws4charlie
Successfully merging a pull request may close this issue.
The following check in evm_hook validates withdrawals:
node/x/crosschain/keeper/evm_hooks.go
Line 315 in 55c01c2
Since a revert should be treated as a withdrawal as well, the same check should be included when a new outbound is being created from a revert.
If the check doesn't pass, the CCTX should be aborted.
The text was updated successfully, but these errors were encountered: