Correctly set power in vote info

This commit is contained in:
Christopher Goes 2018-10-17 00:34:16 +02:00
parent b700107bec
commit 1d4b595006
1 changed files with 1 additions and 0 deletions

View File

@ -370,6 +370,7 @@ func RandomRequestBeginBlock(r *rand.Rand, validators map[string]mockValidator,
voteInfos[i] = abci.VoteInfo{
Validator: abci.Validator{
Address: pubkey.Address(),
Power: mVal.val.Power,
},
SignedLastBlock: signed,
}