Skip to content

Commit

Permalink
Update contracts/staking/interfaces/IValidatorManager.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kaplan <[email protected]>
Signed-off-by: minghinmatthewlam <[email protected]>
  • Loading branch information
minghinmatthewlam and michaelkaplan13 committed Sep 17, 2024
1 parent 4fb66c9 commit 410fef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/staking/interfaces/IValidatorManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ interface IValidatorManager {
* @notice Verifies and sets the initial validator set for the chain through a P-Chain
* SubnetConversionMessage.
* @param subnetConversionData The subnet conversion message data used to recompute and verify against the subnetConversionID.
* @param messsageIndex The storage slot index that contains the SubnetConversionMessage Warp message.
* @param messsageIndex The index that contains the SubnetConversionMessage Warp message in the transaction.
*/
function initializeValidatorSet(
SubnetConversionData calldata subnetConversionData,
Expand Down

0 comments on commit 410fef4

Please sign in to comment.