Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When a module account generated by several other modules among simulation is registered as a validator by CreateValidator Operation of the staking module, an error occurs that cannot be signaled because there is no Private Key, and thus the case is corrected to not be Error.
In addition, there is a scenario in which an error may occur when validators are removed during Simulation, so it was modified to not be an error at this time.
fix: change up genTxGas for simulation, no err on no priv key sim acc
fix: except checking manual deleted validator on mock_tendermint
custom-diff: simulations #3