Skip to content

Commit

Permalink
patch cylinder
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerKSI committed Nov 18, 2024
1 parent 6eec023 commit 57617b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/cylinder/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"path/filepath"
"reflect"

wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper"
"github.com/mitchellh/mapstructure"
"github.com/spf13/cobra"
"github.com/spf13/viper"
Expand Down Expand Up @@ -110,6 +111,7 @@ func createPersistentPreRunE(rootCmd *cobra.Command, ctx *context.Context) func(
map[int64]bool{},
tempDir,
initAppOptions,
[]wasmkeeper.Option{},
100,
)

Expand Down

0 comments on commit 57617b6

Please sign in to comment.