Skip to content
Snippets Groups Projects
Commit 2723b00c authored by Łukasz Bujak's avatar Łukasz Bujak Committed by Bartek Wrona
Browse files

Removed obsolete transaction_status_track_after_block option

parent 62d86e2e
No related branches found
No related tags found
1 merge request!189Removed obsolete transaction_status_track_after_block option
Pipeline #90493 passed
......@@ -92,7 +92,6 @@ class NodeConfig(BaseModel, validate_assignment=True):
tags_start_promoted: str | None = None
tags_skip_startup_update: str | None = None
transaction_status_block_depth: str | None = None
transaction_status_track_after_block: str | None = None
webserver_http_endpoint: str | None = None
webserver_unix_endpoint: str | None = None
webserver_ws_endpoint: str | None = None
......
......@@ -44,7 +44,6 @@ def create_default_config(*, skip_address: bool = False) -> NodeConfig:
tags_start_promoted="0",
tags_skip_startup_update="0",
transaction_status_block_depth="64000",
transaction_status_track_after_block="0",
webserver_thread_pool_size="32",
enable_stale_production=False,
required_participation=33,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment