We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cfe39 commit 069eff5Copy full SHA for 069eff5
server/config/toml.go
@@ -31,7 +31,7 @@ tracer = "{{ .EVM.Tracer }}"
31
# MaxTxGasWanted defines the gas wanted for each eth tx returned in ante handler in check tx mode.
32
max-tx-gas-wanted = {{ .EVM.MaxTxGasWanted }}
33
34
-# BlockExecutor set block executor type, "block-stm" for parallel execution, "default" for sequential execution.
+# BlockExecutor set block executor type, "block-stm" for parallel execution, "sequential" for sequential execution.
35
block-executor = "{{ .EVM.BlockExecutor }}"
36
# BlockSTMWorkers is the number of workers for block-stm execution, 0 means using all available CPUs.
37
block-stm-workers = {{ .EVM.BlockSTMWorkers }}
0 commit comments