Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Oct 11, 2024
1 parent f3b510a commit b03f430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/wasm/keeper/keeper_cgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ func NewKeeper(
Cache: wasmvmtypes.CacheOptions{
BaseDir: filepath.Join(homeDir, "wasm"),
AvailableCapabilities: availableCapabilities,
MemoryCacheSize: wasmvmtypes.NewSizeMebi(contractMemoryLimit),
InstanceMemoryLimit: wasmvmtypes.NewSizeMebi(nodeConfig.MemoryCacheSize),
MemoryCacheSize: wasmvmtypes.NewSizeMebi(nodeConfig.MemoryCacheSize),
InstanceMemoryLimit: wasmvmtypes.NewSizeMebi(contractMemoryLimit),
},
WasmLimits: vmConfig.WasmLimits,
}, nodeConfig.ContractDebugMode)
Expand Down

0 comments on commit b03f430

Please sign in to comment.