Skip to content

Commit

Permalink
update ZetaInteractor
Browse files Browse the repository at this point in the history
  • Loading branch information
andresaiello committed Feb 4, 2024
1 parent 72f6039 commit 1a7e64f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/evm/tools/ZetaInteractor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ abstract contract ZetaInteractor is Ownable2Step, ZetaInteractorErrors {
modifier isValidRevertCall(ZetaInterfaces.ZetaRevert calldata zetaRevert) {
_isValidCaller();
if (zetaRevert.zetaTxSenderAddress != address(this)) revert InvalidZetaRevertCall();
if (zetaRevert.sourceChainId != currentChainId) revert InvalidZetaRevertCall();
_;
}

Expand Down

0 comments on commit 1a7e64f

Please sign in to comment.