Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gr0vity-dev committed Nov 4, 2024
1 parent 8ce7049 commit a6714f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/node/election.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ std::chrono::seconds nano::election::cooldown_time (nano::uint128_t weight) cons
auto online_stake = node.online_reps.trended ();
if (weight > online_stake / 20) // Reps with more than 5% weight
{
return std::chrono::seconds{ 1 };
return std::chrono::seconds{ 5 };
}
if (weight > online_stake / 100) // Reps with more than 1% weight
{
Expand Down

0 comments on commit a6714f6

Please sign in to comment.