Skip to content

Commit 115245c

Browse files
authored
Update CrosschainLinked.sol
1 parent 1c4a37b commit 115245c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/crosschain/CrosschainLinked.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ abstract contract CrosschainLinked is ERC7786Recipient {
9898
address instance,
9999
bytes calldata sender
100100
) internal view virtual override returns (bool) {
101-
(address gateway, bytes memory router) = getLink(_extractChainCalldata(sender));
101+
(address gateway, bytes memory router) = getLink(_extractChainCalldata(sender));
102102
return instance == gateway && sender.equal(router);
103103
}
104104

0 commit comments

Comments
 (0)