small fixes

This commit is contained in:
Eitan Seri- Levi
2026-01-28 18:30:46 -08:00
parent 3df2cf8f7e
commit c26ad962bf
3 changed files with 2 additions and 7 deletions

View File

@@ -1295,7 +1295,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
Ok(self.store.get_blinded_block(block_root)?)
}
pub fn get_payload(
pub fn get_payload_envelope(
&self,
block_root: &Hash256,
) -> Result<Option<SignedExecutionPayloadEnvelope<T::EthSpec>>, Error> {