Skip to content

Commit 0b34bf3

Browse files
authored
updated to use memory (#171)
1 parent a716f8c commit 0b34bf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/module/token/crosschain/CrossChain.sol

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ abstract contract CrossChain {
5555
function onCrossChainTransactionReceived(
5656
uint64 _sourceChain,
5757
address _sourceAddress,
58-
bytes calldata _payload,
59-
bytes calldata _extraArgs
58+
bytes memory _payload,
59+
bytes memory _extraArgs
6060
) internal virtual {
6161
revert OnCrossChainTransactionReceivedNotImplemented();
6262
}

0 commit comments

Comments
 (0)