Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed Nov 21, 2024
1 parent 87d785d commit e4de0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ block_time = "{{ .BlockManagerConfig.BlockTime }}"
# block production interval in case of no transactions ("0s" produces empty blocks)
max_idle_time = "{{ .BlockManagerConfig.MaxIdleTime }}"
max_proof_time = "{{ .BlockManagerConfig.MaxProofTime }}"
max_skew_time = "{{ .BlockManagerConfig.MaxBatchSkewTime }}"
max_skew_time = "{{ .BlockManagerConfig.MaxSkewTime }}"
# triggers to submit batch to DA and settlement (both required)
Expand Down

0 comments on commit e4de0e6

Please sign in to comment.