Merge conflicts'

This commit is contained in:
Eitan Seri-Levi
2026-04-23 02:34:34 +09:00
parent 755b8d8510
commit ca59cf453e
5 changed files with 22 additions and 9 deletions

View File

@@ -130,7 +130,7 @@ pub async fn publish_execution_payload_envelope<T: BeaconChainTypes>(
})
};
let ctx = chain.gossip_verification_context();
let ctx = chain.payload_envelope_gossip_verification_context();
let gossip_verified_envelope = match GossipVerifiedEnvelope::new(signed_envelope, &ctx) {
Ok(envelope) => envelope,
Err(e) => {