Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cifko committed Apr 16, 2024
1 parent 4c2a78e commit 714c69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/core/src/consensus/consensus_constants.rs
Expand Up @@ -345,7 +345,7 @@ impl ConsensusConstants {
}

pub fn validator_node_registration_min_lock_height(&self, height: u64) -> u64 {
// This calculates the height of the block in which the VN is not valid anymore.
// This calculates the minimum height of the block for which the VN registration maturity must be valid for.
self.epoch_to_block_height(VnEpoch(
self.block_height_to_epoch(height).as_u64() + 1 + self.vn_validity_period_epochs.as_u64(),
))
Expand Down

0 comments on commit 714c69c

Please sign in to comment.