Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions crates/blockifier/src/bouncer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -531,20 +531,6 @@ impl Bouncer {
&self.bouncer_config.builtin_weights,
)?;

assert_eq!(
tx_weights
.casm_hash_computation_data_sierra_gas
.class_hash_to_casm_hash_computation_gas
.keys()
.collect::<HashSet<_>>(),
tx_weights
.casm_hash_computation_data_proving_gas
.class_hash_to_casm_hash_computation_gas
.keys()
.collect::<HashSet<_>>(),
"Sierra and proving gas data should have the same class hashes."
);

let tx_bouncer_weights = tx_weights.bouncer_weights;

// Check if the transaction can fit the current block available capacity.
Expand Down
Loading