Skip to content

Commit

Permalink
add natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanRHall committed Sep 18, 2024
1 parent 6867a14 commit 5015b4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/src/v0.8/ccip/rmn/RMNRemote.sol
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ contract RMNRemote is OwnerIsCreator, ITypeAndVersion, IRMNV2 {

/// @notice Returns the 32 byte header used in computing the report digest
/// @return digestHeader the digest header
function getReportDigestHeader() external pure returns (bytes32 disgestHeader) {
function getReportDigestHeader() external pure returns (bytes32 digestHeader) {
return RMN_V1_6_ANY2EVM_REPORT;
}

Expand Down
Loading

0 comments on commit 5015b4d

Please sign in to comment.