Merge PR #4791: resume simulations at a given height
This commit is contained in:
committed by
Alexander Bezobchuk
parent
861e4798ad
commit
c4e3578087
@@ -33,6 +33,7 @@ import (
|
||||
"github.com/cosmos/cosmos-sdk/x/supply"
|
||||
)
|
||||
|
||||
// List of available flags for the simulator
|
||||
var (
|
||||
genesisFile string
|
||||
paramsFile string
|
||||
@@ -41,6 +42,7 @@ var (
|
||||
exportStatePath string
|
||||
exportStatsPath string
|
||||
seed int64
|
||||
initialBlockHeight int
|
||||
numBlocks int
|
||||
blockSize int
|
||||
enabled bool
|
||||
|
||||
Reference in New Issue
Block a user