Skip to content

Commit

Permalink
update natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanRHall committed Sep 17, 2024
1 parent 4277680 commit 57da48d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/src/v0.8/ccip/interfaces/IRMNV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ interface IRMNV2 {
/// @notice Verifies signatures of RMN nodes, on dest lane updates as provided in the CommitReport
/// @param offRampAddress is not inferred by msg.sender, in case the call is made through ARMProxy
/// @param merkleRoots must be well formed, and is a representation of the CommitReport received from the oracles
/// @param signatures must be sorted in ascending order by signer address
/// @param signatures rmnNodes ECDSA sigs, only r & s, must be sorted in ascending order by signer address
/// @param rawVs rmnNodes ECDSA sigs, part v bitmap
/// @dev Will revert if verification fails
function verify(
address offRampAddress,
Expand Down

0 comments on commit 57da48d

Please sign in to comment.