dont make pub

This commit is contained in:
Eitan Seri- Levi
2026-03-02 12:31:31 -08:00
parent 9a8bedf76d
commit a937802dc3

View File

@@ -159,7 +159,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
/// ///
/// An error is returned if the verification handle couldn't be awaited. /// An error is returned if the verification handle couldn't be awaited.
#[instrument(skip_all, level = "debug")] #[instrument(skip_all, level = "debug")]
pub async fn into_executed_payload_envelope( async fn into_executed_payload_envelope(
self: Arc<Self>, self: Arc<Self>,
pending_envelope: ExecutionPendingEnvelope<T::EthSpec>, pending_envelope: ExecutionPendingEnvelope<T::EthSpec>,
) -> Result<ExecutedEnvelope<T::EthSpec>, EnvelopeError> { ) -> Result<ExecutedEnvelope<T::EthSpec>, EnvelopeError> {