Skip to content

Commit

Permalink
fix state diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Dec 2, 2024
1 parent 6d3f22b commit a4486d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replay/src/state_dump.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub fn dump_state_diff(
let _ = fs::create_dir_all(parent);
}

let state_maps = SerializableStateMaps::from(state.to_state_diff()?);
let state_maps = SerializableStateMaps::from(state.to_state_diff()?.state_maps);
let execution_info = SerializableExecutionInfo::new(execution_info);
let info = Info {
execution_info,
Expand Down

0 comments on commit a4486d6

Please sign in to comment.