Skip to content

Commit

Permalink
udpate config template
Browse files Browse the repository at this point in the history
  • Loading branch information
yun-yeo committed Nov 1, 2021
1 parent 40f5688 commit 113009c
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 @@ -59,6 +59,6 @@ contract-query-gas-limit = "{{ .WASMConfig.ContractQueryGasLimit }}"
# The flag to specify whether print contract logs or not
contract-debug-mode = "{{ .WASMConfig.ContractDebugMode }}"
# The write WASM VM memory cache size in MiB not bytes
# The WASM VM memory cache size in MiB not bytes
contract-memory-cache-size = "{{ .WASMConfig.ContractMemoryCacheSize }}"
`

0 comments on commit 113009c

Please sign in to comment.