fix(sim): set FlagSigverifyTxValue to newApp for TestAppSimulationAfterImport (#18289)
This commit is contained in:
parent
661d201d6b
commit
0e94d74866
@ -294,6 +294,9 @@ func TestAppSimulationAfterImport(t *testing.T) {
|
||||
}()
|
||||
|
||||
newApp := NewSimApp(log.NewNopLogger(), newDB, nil, true, appOptions, fauxMerkleModeOpt, baseapp.SetChainID(SimAppChainID))
|
||||
if !simcli.FlagSigverifyTxValue {
|
||||
newApp.SetNotSigverifyTx()
|
||||
}
|
||||
require.Equal(t, "SimApp", newApp.Name())
|
||||
|
||||
_, err = newApp.InitChain(&abci.RequestInitChain{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user