Co-authored-by: mmsqe <mavis@crypto.com>
This commit is contained in:
parent
3c04752296
commit
394c22a860
@ -315,7 +315,7 @@ func NewSimulationAppInstance[T SimulationApp](
|
||||
appOptions := make(simtestutil.AppOptionsMap)
|
||||
appOptions[flags.FlagHome] = workDir
|
||||
appOptions[server.FlagInvCheckPeriod] = cli.FlagPeriodValue
|
||||
opts := []func(*baseapp.BaseApp){baseapp.SetChainID(SimAppChainID)}
|
||||
opts := []func(*baseapp.BaseApp){baseapp.SetChainID(tCfg.ChainID)}
|
||||
if tCfg.FauxMerkle {
|
||||
opts = append(opts, FauxMerkleModeOpt)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user