We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b7ca5 commit f17b510Copy full SHA for f17b510
services/voting-node/voting_node/helpers.py
@@ -50,7 +50,8 @@ async def add_default_event(
50
end_time = tallying_end + slotdelta(slots=5) # finish event 20 secs after tallying_end
51
52
voting_power_threshold = 450
53
- max_voting_power_pct = 1
+ # Integer up to 100
54
+ max_voting_power_pct = 100
55
56
insight_sharing_start = block0_date + timedelta(minutes=4)
57
proposal_submission_start = block0_date + timedelta(minutes=5)
0 commit comments