Skip to content

Commit

Permalink
use wasm path
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Feb 28, 2024
1 parent 8a82a7b commit c2d055e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func NewAxelarApp(
// Migrate wasm dir from old path to new path
// TODO: Remove this once nodes have migrated
oldWasmDir := filepath.Join(homePath, "wasm")
funcs.MustNoErr(migrateWasmDir(oldWasmDir, wasmDir))
funcs.MustNoErr(migrateWasmDir(oldWasmDir, wasmPath))

SetKeeper(keepers, initWasmKeeper(encodingConfig, keys, keepers, bApp, appOpts, wasmOpts, wasmPath))
SetKeeper(keepers, initWasmContractKeeper(keepers))
Expand Down

0 comments on commit c2d055e

Please sign in to comment.