Skip to content

Commit f1ac779

Browse files
committed
get_current_transient_data_lifespan does not need to be public
1 parent 2c8febf commit f1ac779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actors/evm/src/interpreter/system.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ impl<'r, RT: Runtime> System<'r, RT> {
541541
}
542542

543543
/// Returns the current transient data lifespan based on the execution environment.
544-
pub fn get_current_transient_data_lifespan<RT: Runtime>(
544+
fn get_current_transient_data_lifespan<RT: Runtime>(
545545
rt: &RT,
546546
) -> Result<TransientDataLifespan, ActorError> {
547547
match rt.message().origin().id() {

0 commit comments

Comments
 (0)