diff --git a/x/mock/simulation/random_simulate_blocks.go b/x/mock/simulation/random_simulate_blocks.go index 0af6fbbac1..d2680bc0f4 100644 --- a/x/mock/simulation/random_simulate_blocks.go +++ b/x/mock/simulation/random_simulate_blocks.go @@ -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, }