introduce a smalll refactor and unit test

This commit is contained in:
Eitan Seri- Levi
2026-02-24 10:46:46 -08:00
parent d12bb4d712
commit 8ce81578b7
3 changed files with 202 additions and 562 deletions

View File

@@ -49,9 +49,6 @@ pub mod gossip_verified_envelope;
pub mod import;
mod payload_notifier;
#[cfg(test)]
mod tests;
pub trait IntoExecutionPendingEnvelope<T: BeaconChainTypes>: Sized {
fn into_execution_pending_envelope(
self,