mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
dont make pub
This commit is contained in:
@@ -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> {
|
||||||
|
|||||||
Reference in New Issue
Block a user