Skip to content

Commit

Permalink
fix: virtual counters
Browse files Browse the repository at this point in the history
  • Loading branch information
praetoriansentry committed Oct 25, 2024
1 parent 9e9b494 commit dcf4ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cdk-erigon/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ zkevm.reject-smart-contract-deployments: false
# Disables virtual counters, which are used by sequencer nodes when external execution is not enabled.
# This can impact performance and transaction processing capabilities.
# Default: false
zkevm.disable-virtual-counters: true
zkevm.disable-virtual-counters: {{if eq .consensus_contract_type "pessimistic"}}true{{else}}false{{end}}

Check failure on line 152 in templates/cdk-erigon/config.yml

View workflow job for this annotation

GitHub Actions / lint

152:81 syntax error: expected <block end>, but found '<scalar>' (syntax)

# Multiplier used to reduce the depth of SMT when calculating virtual counters.
# A value less than 1 will decrease SMT depth, potentially improving performance but may affect accuracy.
Expand Down

0 comments on commit dcf4ab1

Please sign in to comment.