We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f305794 commit aed5523Copy full SHA for aed5523
crates/blockifier/src/bouncer.rs
@@ -531,20 +531,6 @@ impl Bouncer {
531
&self.bouncer_config.builtin_weights,
532
)?;
533
534
- assert_eq!(
535
- tx_weights
536
- .casm_hash_computation_data_sierra_gas
537
- .class_hash_to_casm_hash_computation_gas
538
- .keys()
539
- .collect::<HashSet<_>>(),
540
541
- .casm_hash_computation_data_proving_gas
542
543
544
545
- "Sierra and proving gas data should have the same class hashes."
546
- );
547
-
548
let tx_bouncer_weights = tx_weights.bouncer_weights;
549
550
// Check if the transaction can fit the current block available capacity.
0 commit comments