Skip to content

Commit

Permalink
add toml description
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Oct 31, 2024
1 parent 829f378 commit 5d2116e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/move/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ const DefaultConfigTemplate = `
[move]
# The maximum gas amount can be used in a tx simulation call.
contract-simulation-gas-limit = "{{ .MoveConfig.ContractSimulationGasLimit }}"
# The capacity of the script cache.
# The capacity of the script cache in (MiB).
script-cache-capacity = "{{ .MoveConfig.ScriptCacheCapacity }}"
# The capacity of the module cache.
# The capacity of the module cache in (MiB).
module-cache-capacity = "{{ .MoveConfig.ModuleCacheCapacity }}"
`

0 comments on commit 5d2116e

Please sign in to comment.