From c27e974478655edc7a978035e3ced78ac34eaf16 Mon Sep 17 00:00:00 2001 From: Yun Yeo Date: Wed, 6 Oct 2021 11:50:57 +0900 Subject: [PATCH] fix typo --- x/wasm/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/wasm/config/config.go b/x/wasm/config/config.go index a40ade0a9..36f6132a8 100644 --- a/x/wasm/config/config.go +++ b/x/wasm/config/config.go @@ -75,7 +75,7 @@ contract-debug-mode = "{{ .WASMConfig.ContractDebugMode }}" write-vm-memory-cache-size = "{{ .WASMConfig.WriteVMMemoryCacheSize }}" # The read WASM VM memory cache size in MiB not bytes -read-vm-memory-cache-size = "{{ .WASMConfig.WriteVMMemoryCacheSize }}" +read-vm-memory-cache-size = "{{ .WASMConfig.ReadVMMemoryCacheSize }}" # The number of read WASM VMs num-read-vms = "{{ .WASMConfig.NumReadVMs }}"