Skip to content

Commit

Permalink
Adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Jul 3, 2024
1 parent 2ee5c6d commit ed93ba0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/e2e/steps_inactive_vals.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ func stepsInactiveProviderValidators() []Step {
},
Rewards: &Rewards{
IsNativeDenom: true, // check for rewards in the provider denom
IsIncrementalReward: true, // check current rewards, because alice gets one block of rewards due to being in the genesis
IsIncrementalReward: true, // we need to get incremental rewards
// if we would look at total rewards, alice would trivially also get rewards,
// because she gets rewards in the first block due to being in the genesis
IsRewarded: map[ValidatorID]bool{
ValidatorID("alice"): false,
ValidatorID("bob"): true,
Expand Down

0 comments on commit ed93ba0

Please sign in to comment.