Skip to content

Commit

Permalink
fix(blockifier_reexecution): bug in rpc get state diff
Browse files Browse the repository at this point in the history
  • Loading branch information
AvivYossef-starkware committed Nov 6, 2024
1 parent ca0bf91 commit f196be5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ impl TestStateReader {
let replaced_classes = hashmap_from_raw::<ContractAddress, ClassHash>(
raw_statediff,
"replaced_classes",
"class_hash",
"contract_address",
"class_hash",
)?;
// We expect the deployed_contracts and replaced_classes to have disjoint addresses.
let address_to_class_hash = disjoint_hashmap_union(deployed_contracts, replaced_classes);
Expand Down

0 comments on commit f196be5

Please sign in to comment.