Skip to content
Snippets Groups Projects
Commit 4e807870 authored by Jake Taylor's avatar Jake Taylor
Browse files

fix bug

parent 9a29e36f
No related branches found
No related tags found
1 merge request!2Node multiplier should be average of theirs & max for round
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -209,6 +209,7 @@ def round_point_computation(point_info, round_info, active_nodes):
# Assign points to wallets
for node_id in topology:
if node_multipliers.get(bytes(node_id)):
node_mult = (max_multiplier + node_multipliers[bytes(node_id)]) / 2
points = success_points * node_mult
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment