Skip to content
Commit cd02e33f authored by Bastian Köcher's avatar Bastian Köcher
Browse files

Store validity_guarantors in a vec instead of a hash set

If multiple parties don't have set their session keys, this code will
otherwise merge both of these validators into "one validator". This
leads to PovBlock being sent to the runtime without the required number
of votes and that makes the block building fail, because the runtime use
a slightly different algorithm to calculate the number of validity votes.
parent bea082ae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment