Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yun-yeo committed Oct 6, 2021
1 parent 60311bb commit c27e974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit c27e974

Please sign in to comment.