Skip to content

Commit 75bb6c6

Browse files
committed
fix wasmdir typo
1 parent 985d259 commit 75bb6c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/keepers/keepers.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ func NewAppKeepers(
219219
ac := authcodec.NewBech32Codec(bech32Prefix)
220220
invCheckPeriod := cast.ToUint(appOpts.Get(server.FlagInvCheckPeriod))
221221
dataDir := filepath.Join(homePath, "data")
222-
wasmDir := filepath.Join(dataDir, "wasm")
223222

224223
// set the BaseApp's parameter store
225224
appKeepers.ConsensusParamsKeeper = consensusparamkeeper.NewKeeper(
@@ -549,7 +548,7 @@ func NewAppKeepers(
549548
appKeepers.TransferKeeper,
550549
bApp.MsgServiceRouter(),
551550
bApp.GRPCQueryRouter(),
552-
wasmDir,
551+
dataDir,
553552
wasmConfig,
554553
wasmtypes.VMConfig{},
555554
wasmCapabilities,

0 commit comments

Comments
 (0)