Skip to content

Commit

Permalink
protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
black coffee authored and aterga committed Feb 28, 2025
1 parent 7fda6f4 commit 1d52fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,7 @@ message VotingPowerEconomics {

// The minimum dissolve delay a neuron must have in order to be eligible to vote.
//
// Neurons with a dissolve delay lower than this threshold will not have
// Neurons with a dissolve delay lower than this threshold will not have
// voting power, even if they are otherwise active.
//
// This value is an essential part of the staking mechanism, promoting
Expand Down
2 changes: 1 addition & 1 deletion rs/nns/governance/src/network_economics_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fn test_network_economics_with_default_values_is_valid() {
}

#[test]
fn test_neuron_minimum_dissolve_delay_to_vote_seconds_validation() {
fn test_neuron_minimum_dissolve_delay_to_vote_seconds_bounds() {
// Define constants for better readability and maintainability
const LOWER_BOUND_SECONDS: u64 = MIN_DISSOLVE_DELAY_FOR_VOTE_ELIGIBILITY_SECONDS / 2; // 3 months
const UPPER_BOUND_SECONDS: u64 = MIN_DISSOLVE_DELAY_FOR_VOTE_ELIGIBILITY_SECONDS; // 6 months
Expand Down

0 comments on commit 1d52fa6

Please sign in to comment.