Skip to content

Commit 1be94a4

Browse files
committed
reordered parameters in function
1 parent 09603f1 commit 1be94a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/module/token/crosschain/chainlink.sol

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ contract ChainlinkCrossChain is Module {
103103

104104
function sendCrossChainTransaction(
105105
uint64 _destinationChain,
106+
address _callAddress,
106107
address _recipient,
107-
bytes calldata _data,
108108
address _token,
109109
uint256 _amount,
110-
address _callAddress,
111-
bytes memory _extraArgs
110+
bytes calldata _data,
111+
bytes calldata _extraArgs
112112
) external {
113113
(address _feeTokenAddress, bytes memory ccipMessageExtraArgs) = abi.decode(_extraArgs, (address, bytes));
114114

0 commit comments

Comments
 (0)