diff --git a/contracts/staking/ValidatorManager.sol b/contracts/staking/ValidatorManager.sol index af0311773..1841d841e 100644 --- a/contracts/staking/ValidatorManager.sol +++ b/contracts/staking/ValidatorManager.sol @@ -397,7 +397,7 @@ abstract contract ValidatorManager is Initializable, ContextUpgradeable, IValida * Note that this function can be used for successful validation periods that have been explicitly * ended by calling {initializeEndValidation} or for validation periods that never began on the P-Chain due to the * {registrationExpiry} being reached. - * @return The Validator instance representing the completed validation period + * @return The Validator instance representing the completed validation period and the corresponding validation ID. */ function _completeEndValidation(uint32 messageIndex) internal