mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: make function private (#7569)
This commit is contained in:
@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user