Skip to content

Commit

Permalink
Revert "Update actors/evm/src/interpreter/system.rs"
Browse files Browse the repository at this point in the history
This reverts commit 3d5deba.
  • Loading branch information
snissn committed Dec 10, 2024
1 parent 3d5deba commit 22963df
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: TransientDataLifespan,
current_transient_data_lifespan: Option<TransientDataLifespan>,

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

0 comments on commit 22963df

Please sign in to comment.