We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f0011 commit 4e675cfCopy full SHA for 4e675cf
consensus/types/src/light_client_header.rs
@@ -130,8 +130,8 @@ impl<E: EthSpec> LightClientHeader<E> {
130
131
pub fn ssz_max_var_len_for_fork(fork_name: ForkName) -> usize {
132
match fork_name {
133
- ForkName::Base | ForkName::Altair | ForkName::Bellatrix => 0,
134
- ForkName::Capella | ForkName::Deneb | ForkName::Electra => {
+ ForkName::Base | ForkName::Altair => 0,
+ ForkName::Bellatrix | ForkName::Capella | ForkName::Deneb | ForkName::Electra => {
135
ExecutionPayloadHeader::<E>::ssz_max_var_len_for_fork(fork_name)
136
}
137
0 commit comments