Skip to content

Commit

Permalink
Update contracts/staking/NativeTokenStakingManager.sol
Browse files Browse the repository at this point in the history
Co-authored-by: minghinmatthewlam <[email protected]>
Signed-off-by: cam-schultz <[email protected]>
  • Loading branch information
cam-schultz and minghinmatthewlam authored Sep 5, 2024
1 parent 68c9eaa commit d63a131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/staking/NativeTokenStakingManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ contract NativeTokenStakingManager is
/**
* @notice Begins the validator registration process. Locks the provided native asset in the contract as the stake.
* @param nodeID The node ID of the validator being registered.
* @param registrationExpiry The Unix timestamp after which the reigistration is no longer valid on the P-Chain.
* @param registrationExpiry The Unix timestamp after which the registration is no longer valid on the P-Chain.
* @param blsPublicKey The BLS public key of the validator.
*/
function initializeValidatorRegistration(
Expand Down

0 comments on commit d63a131

Please sign in to comment.