Skip to content

Commit 85cccab

Browse files
If you call initialize_state twice, it should load the program twice
To maintain behaviour backwards compatibility
1 parent 55a7ea5 commit 85cccab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vm/src/vm/runners/cairo_runner.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,6 @@ impl CairoRunner {
796796
for i in 0..self.program.shared_program_data.data.len() {
797797
self.vm.segments.memory.mark_as_accessed((prog_base + i)?);
798798
}
799-
self.loaded_program = true
800799
}
801800
self.vm
802801
.segments

0 commit comments

Comments
 (0)