Skip to content

Commit

Permalink
fix: missing memory locations
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonCase committed Jan 13, 2025
1 parent 17769b2 commit f2ef02d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract contract CircleDecoderAndSanitizer is BaseDecoderAndSanitizer {
addressesFound = abi.encodePacked(destinationDomain, mintRecipient, burnToken);
}

function receiveMessage(bytes message, bytes attestation) external view returns (bytes memory addressesFound) {
function receiveMessage(bytes memory message, bytes memory attestation) external view returns (bytes memory addressesFound) {
// nothing to sanitize
}
}

0 comments on commit f2ef02d

Please sign in to comment.