Skip to content

Commit

Permalink
get_current_transient_data_lifespan does not need to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
snissn committed Dec 13, 2024
1 parent 2c8febf commit f1ac779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/evm/src/interpreter/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<RT: Runtime>(
fn get_current_transient_data_lifespan<RT: Runtime>(
rt: &RT,
) -> Result<TransientDataLifespan, ActorError> {
match rt.message().origin().id() {
Expand Down

0 comments on commit f1ac779

Please sign in to comment.