Skip to content

Commit

Permalink
Make assignment of total_rate using field name
Browse files Browse the repository at this point in the history
  • Loading branch information
hewison-chris authored and omerfirmak committed Mar 24, 2022
1 parent ba6b389 commit dde2824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/agora/consensus/protocol/Nominator.d
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ extern(D):
{
consensus_data: data,
hash: data.hashFull(),
total_rate = total_rate,
total_rate: total_rate,
};
candidate_holders ~= candidate_holder;
}
Expand Down

0 comments on commit dde2824

Please sign in to comment.