Merge PR #4791: resume simulations at a given height

This commit is contained in:
Federico Kunze
2019-08-02 11:28:50 -04:00
committed by Alexander Bezobchuk
parent 861e4798ad
commit c4e3578087
4 changed files with 15 additions and 8 deletions
+2
View File
@@ -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