We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a716f8c commit 0b34bf3Copy full SHA for 0b34bf3
src/module/token/crosschain/CrossChain.sol
@@ -55,8 +55,8 @@ abstract contract CrossChain {
55
function onCrossChainTransactionReceived(
56
uint64 _sourceChain,
57
address _sourceAddress,
58
- bytes calldata _payload,
59
- bytes calldata _extraArgs
+ bytes memory _payload,
+ bytes memory _extraArgs
60
) internal virtual {
61
revert OnCrossChainTransactionReceivedNotImplemented();
62
}
0 commit comments