Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lam committed Sep 17, 2024
1 parent 766ebdf commit 05e2cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/staking/ValidatorManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05e2cfd

Please sign in to comment.