Skip to content

Commit

Permalink
Update crates/evm/src/memory.cairo
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu <[email protected]>
  • Loading branch information
Eikix and enitrat authored Sep 26, 2023
1 parent 2551bdb commit 229c540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/evm/src/memory.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl MemoryImpl of MemoryTrait {

self.bytes_len.insert(self.active_segment(), cmp::max(new_min_bytes_len, self.size()));

// Compute actual offset in Memory, given active_segment of Memory (current Execution Context id)
// Compute actual offset in the dict, given active_segment of Memory (current Execution Context id)
// And Memory Segment Size
let offset = self.compute_active_segment_offset(offset);

Expand Down

0 comments on commit 229c540

Please sign in to comment.