Skip to content

Commit 069eff5

Browse files
author
yihuang
authored
Update server/config/toml.go
Signed-off-by: yihuang <[email protected]>
1 parent 09cfe39 commit 069eff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/config/toml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tracer = "{{ .EVM.Tracer }}"
3131
# MaxTxGasWanted defines the gas wanted for each eth tx returned in ante handler in check tx mode.
3232
max-tx-gas-wanted = {{ .EVM.MaxTxGasWanted }}
3333
34-
# BlockExecutor set block executor type, "block-stm" for parallel execution, "default" for sequential execution.
34+
# BlockExecutor set block executor type, "block-stm" for parallel execution, "sequential" for sequential execution.
3535
block-executor = "{{ .EVM.BlockExecutor }}"
3636
# BlockSTMWorkers is the number of workers for block-stm execution, 0 means using all available CPUs.
3737
block-stm-workers = {{ .EVM.BlockSTMWorkers }}

0 commit comments

Comments
 (0)