diff --git a/actors/evm/src/interpreter/system.rs b/actors/evm/src/interpreter/system.rs index 351ddec81..6afa824ea 100644 --- a/actors/evm/src/interpreter/system.rs +++ b/actors/evm/src/interpreter/system.rs @@ -541,7 +541,7 @@ impl<'r, RT: Runtime> System<'r, RT> { } /// Returns the current transient data lifespan based on the execution environment. -pub fn get_current_transient_data_lifespan( +fn get_current_transient_data_lifespan( rt: &RT, ) -> Result { match rt.message().origin().id() {