Skip to content

Commit

Permalink
remove duplicate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
snissn committed Dec 13, 2024
1 parent 7a99e10 commit fb8025d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actors/evm/src/interpreter/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ impl<'r, RT: Runtime> System<'r, RT> {
let read_only = rt.read_only();
let current_transient_data_lifespan = get_current_transient_data_lifespan(rt)?;

// Handle transient storage based on the presence and lifespan of `transient_data`
// Handle transient storage based on the presence and lifespan of `transient_data`
let transient_slots = match state.transient_data {
Some(transient_data)
Expand Down

0 comments on commit fb8025d

Please sign in to comment.