chore: make function private (#7569)

This commit is contained in:
Matthias Seitz
2024-04-11 17:16:22 +02:00
committed by GitHub
parent 33dea48e6a
commit dc9fc372cb

View File

@ -165,7 +165,7 @@ where
///
/// If cancun is not activated or the block is the genesis block, then this is a no-op, and no
/// state changes are made.
pub fn apply_beacon_root_contract_call(
fn apply_beacon_root_contract_call(
&mut self,
block: &Block,
) -> Result<(), BlockExecutionError> {