Skip to content

Commit

Permalink
updated to use memory (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
GWSzeto authored Sep 18, 2024
1 parent a716f8c commit 0b34bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/module/token/crosschain/CrossChain.sol
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ abstract contract CrossChain {
function onCrossChainTransactionReceived(
uint64 _sourceChain,
address _sourceAddress,
bytes calldata _payload,
bytes calldata _extraArgs
bytes memory _payload,
bytes memory _extraArgs
) internal virtual {
revert OnCrossChainTransactionReceivedNotImplemented();
}
Expand Down

0 comments on commit 0b34bf3

Please sign in to comment.