Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Sep 25, 2024
1 parent 2294708 commit 44d6473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Every module contains its own CHANGELOG.md. Please refer to the module you are i

### Bug Fixes

* (sims) [21906](https://github.com/cosmos/cosmos-sdk/pull/21906) Skip sims loop when running dry on validators
* (sims) [21906](https://github.com/cosmos/cosmos-sdk/pull/21906) Skip sims test when running dry on validators

### API Breaking Changes

Expand Down
4 changes: 2 additions & 2 deletions x/simulation/simulate.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ func SimulateFromSeedX(
})
nextValidators := validators
if len(nextValidators) == 0 {
tb.Skip("skipping: empty validator set")
return
tb.Skip("skipping: empty validator set in genesis")
return params, accs, nil
}

var (
Expand Down

0 comments on commit 44d6473

Please sign in to comment.