Skip to content

Commit

Permalink
Update steps_downtime.go
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Sep 14, 2023
1 parent 6ee88e2 commit 1ed2f56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/steps_downtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ func stepsDowntime(consumerName string) []Step {
chainID(consumerName): ChainState{
ValPowers: &map[validatorID]uint{
validatorID("alice"): 509,
validatorID("bob"): 500,
// Bob's stake may or may not be slashed at this point depending on comet vs cometmock
// See https://github.com/cosmos/interchain-security/issues/1304
validatorID("carol"): 501,
},
},
Expand Down

0 comments on commit 1ed2f56

Please sign in to comment.