Skip to content

Commit 9513cc3

Browse files
committed
chore: temp change fulu for check
1 parent ea49ea7 commit 9513cc3

File tree

1 file changed

+3
-2
lines changed
  • beacon_node/lighthouse_network/src/types

1 file changed

+3
-2
lines changed

beacon_node/lighthouse_network/src/types/pubsub.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,10 @@ impl<E: EthSpec> PubsubMessage<E> {
295295
}
296296
GossipKind::ExecutionProof => {
297297
match fork_context.get_fork_from_context_bytes(gossip_topic.fork_digest) {
298+
// TODO(ethproofs): Changed to Electra for the Ethproofs demo testing.
298299
// TODO(zkproofs): we don't have the ChainSpec here, so if we change this to
299-
// be for gloas, then we should change it here too
300-
Some(fork) if fork.fulu_enabled() => {
300+
// be for gloas, then we should change it here too.
301+
Some(fork) if fork.electra_enabled() => {
301302
let execution_proof = Arc::new(
302303
ExecutionProof::from_ssz_bytes(data)
303304
.map_err(|e| format!("{:?}", e))?,

0 commit comments

Comments
 (0)