From 57617b62770dd45668edca9e4464cbbad5e9d709 Mon Sep 17 00:00:00 2001 From: Kitipong Sirirueangsakul Date: Tue, 19 Nov 2024 02:09:31 +0700 Subject: [PATCH] patch cylinder --- cmd/cylinder/root.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/cylinder/root.go b/cmd/cylinder/root.go index a2d4bb0bd..b11ba599f 100644 --- a/cmd/cylinder/root.go +++ b/cmd/cylinder/root.go @@ -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" @@ -110,6 +111,7 @@ func createPersistentPreRunE(rootCmd *cobra.Command, ctx *context.Context) func( map[int64]bool{}, tempDir, initAppOptions, + []wasmkeeper.Option{}, 100, )