mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
Rename Merge to Bellatrix (#5601)
* Rename Merge to Bellatrix * Remove tree-hash-cache which got readded from the rebase
This commit is contained in:
@@ -433,9 +433,10 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
|
||||
ForkName::Deneb | ForkName::Electra => {
|
||||
self.chain.spec.max_request_blocks_deneb
|
||||
}
|
||||
ForkName::Base | ForkName::Altair | ForkName::Merge | ForkName::Capella => {
|
||||
self.chain.spec.max_request_blocks
|
||||
}
|
||||
ForkName::Base
|
||||
| ForkName::Altair
|
||||
| ForkName::Bellatrix
|
||||
| ForkName::Capella => self.chain.spec.max_request_blocks,
|
||||
}
|
||||
});
|
||||
if *req.count() > max_request_size {
|
||||
|
||||
Reference in New Issue
Block a user