We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4a37b commit 115245cCopy full SHA for 115245c
contracts/crosschain/CrosschainLinked.sol
@@ -98,7 +98,7 @@ abstract contract CrosschainLinked is ERC7786Recipient {
98
address instance,
99
bytes calldata sender
100
) internal view virtual override returns (bool) {
101
- (address gateway, bytes memory router) = getLink(_extractChainCalldata(sender));
+ (address gateway, bytes memory router) = getLink(_extractChainCalldata(sender));
102
return instance == gateway && sender.equal(router);
103
}
104
0 commit comments