Skip to content

Commit

Permalink
Update actors/evm/src/interpreter/system.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Allen <[email protected]>
  • Loading branch information
snissn and Stebalien authored Dec 10, 2024
1 parent 4feec0f commit 3d5deba
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>,
current_transient_data_lifespan: Option<TransientDataLifespan>,
current_transient_data_lifespan: TransientDataLifespan,

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

0 comments on commit 3d5deba

Please sign in to comment.