mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-18 20:32:45 +00:00
Merge branch 'release-v7.0.0' into unstable
This commit is contained in:
@@ -661,10 +661,7 @@ pub fn get_config<E: EthSpec>(
|
||||
};
|
||||
}
|
||||
|
||||
client_config.chain.max_network_size = lighthouse_network::gossip_max_size(
|
||||
spec.bellatrix_fork_epoch.is_some(),
|
||||
spec.gossip_max_size as usize,
|
||||
);
|
||||
client_config.chain.max_network_size = spec.max_payload_size as usize;
|
||||
|
||||
if cli_args.get_flag("slasher") {
|
||||
let slasher_dir = if let Some(slasher_dir) = cli_args.get_one::<String>("slasher-dir") {
|
||||
|
||||
Reference in New Issue
Block a user