We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3d07f commit 656da0bCopy full SHA for 656da0b
crates/blockifier/src/test_utils/struct_impls.rs
@@ -187,7 +187,6 @@ impl BlockContext {
187
n_events: max_n_events_in_block,
188
..BouncerWeights::max()
189
},
190
- // TODO(Meshi): Check what should be the values here.
191
..BouncerConfig::max()
192
193
..Self::create_for_account_testing()
crates/native_blockifier/src/py_block_executor.rs
@@ -380,7 +380,6 @@ impl PyBlockExecutor {
380
state_diff_size: max_state_diff_size,
381
382
383
384
385
386
tx_executor_config: TransactionExecutorConfig {
0 commit comments