mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
Enable Light Client server by default (#6950)
This commit is contained in:
@@ -124,7 +124,7 @@ impl Default for ChainConfig {
|
||||
genesis_backfill: false,
|
||||
always_prepare_payload: false,
|
||||
epochs_per_migration: crate::migrate::DEFAULT_EPOCHS_PER_MIGRATION,
|
||||
enable_light_client_server: false,
|
||||
enable_light_client_server: true,
|
||||
malicious_withhold_count: 0,
|
||||
enable_sampling: false,
|
||||
blob_publication_batches: 4,
|
||||
|
||||
Reference in New Issue
Block a user