mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
Merge conflicts
This commit is contained in:
@@ -153,10 +153,7 @@ impl<E: EthSpec> LightClientHeader<E> {
|
||||
}
|
||||
|
||||
pub fn ssz_max_var_len_for_fork(fork_name: ForkName) -> usize {
|
||||
if fork_name.heze_enabled() {
|
||||
// TODO(EIP7732): check this
|
||||
0
|
||||
} else if fork_name.gloas_enabled() {
|
||||
if fork_name.gloas_enabled() || fork_name.heze_enabled() {
|
||||
// TODO(EIP7732): check this
|
||||
0
|
||||
} else if fork_name.capella_enabled() {
|
||||
|
||||
Reference in New Issue
Block a user