(isCheckTx bool)
| 18 | } |
| 19 | |
| 20 | func CreateTestAppMargin(isCheckTx bool) (sdk.Context, *sifapp.SifchainApp) { |
| 21 | sifapp.SetConfig((false)) |
| 22 | app := sifapp.Setup(isCheckTx) |
| 23 | ctx := app.BaseApp.NewContext(isCheckTx, tmproto.Header{}) |
| 24 | return ctx, app |
| 25 | } |
| 26 | |
| 27 | func CreateTestAppMarginFromGenesis(isCheckTx bool, genesisTransformer func(*sifapp.SifchainApp, sifapp.GenesisState) sifapp.GenesisState) (sdk.Context, *sifapp.SifchainApp) { |
| 28 | sifapp.SetConfig(false) |
no outgoing calls