Skip to content

Commit

Permalink
rm unused funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Jun 26, 2024
1 parent 3913e65 commit 9c5a204
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/sim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
dbm "github.com/cosmos/cosmos-db"

"cosmossdk.io/log"
"cosmossdk.io/store"
storetypes "cosmossdk.io/store/types"
"cosmossdk.io/x/feegrant"

Expand All @@ -44,18 +43,6 @@ func init() {
flag.BoolVar(&FlagEnableStreamingValue, "EnableStreaming", false, "Enable streaming service")
}

// fauxMerkleModeOpt returns a BaseApp option to use a dbStoreAdapter instead of
// an IAVLStore for faster simulation speed.
func fauxMerkleModeOpt(bapp *baseapp.BaseApp) {
bapp.SetFauxMerkleMode()
}

// interBlockCacheOpt returns a BaseApp option function that sets the persistent
// inter-block write-through cache.
func interBlockCacheOpt() func(*baseapp.BaseApp) {
return baseapp.SetInterBlockCache(store.NewCommitKVStoreCacheManager())
}

func TestFullAppSimulation(t *testing.T) {
config := simcli.NewConfigFromFlags()
config.ChainID = SimAppChainID
Expand Down

0 comments on commit 9c5a204

Please sign in to comment.