mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 05:14:35 +00:00
Remove peer sampling code (#7768)
Peer sampling has been completely removed from the spec. This PR removes our partial implementation from the codebase. https://github.com/ethereum/consensus-specs/pull/4393
This commit is contained in:
@@ -192,10 +192,6 @@ pub fn get_config<E: EthSpec>(
|
||||
client_config.chain.shuffling_cache_size = cache_size;
|
||||
}
|
||||
|
||||
if cli_args.get_flag("enable-sampling") {
|
||||
client_config.chain.enable_sampling = true;
|
||||
}
|
||||
|
||||
if let Some(batches) = clap_utils::parse_optional(cli_args, "blob-publication-batches")? {
|
||||
client_config.chain.blob_publication_batches = batches;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user