Skip to content

Commit

Permalink
remove pub visibility from transient_data_lifespan. TODO still is com…
Browse files Browse the repository at this point in the history
…bine transient_slots with transient_data_lifespan anyway.
  • Loading branch information
snissn committed Nov 21, 2024
1 parent ef679de commit a98c058
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 @@ -94,7 +94,7 @@ pub struct System<'r, RT: Runtime> {

/// The contract's EVM transient storage slots.
transient_slots: StateKamt<RT::Blockstore>,
pub(crate) transient_data_lifespan: Option<TransientDataLifespan>,
transient_data_lifespan: Option<TransientDataLifespan>,

/// The contracts "nonce" (incremented when creating new actors).
pub(crate) nonce: u64,
Expand Down

0 comments on commit a98c058

Please sign in to comment.