Skip to content

Commit 656da0b

Browse files
chore(blockifier): remove redundant todos (#7707)
1 parent 0b3d07f commit 656da0b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

crates/blockifier/src/test_utils/struct_impls.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ impl BlockContext {
187187
n_events: max_n_events_in_block,
188188
..BouncerWeights::max()
189189
},
190-
// TODO(Meshi): Check what should be the values here.
191190
..BouncerConfig::max()
192191
},
193192
..Self::create_for_account_testing()

crates/native_blockifier/src/py_block_executor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ impl PyBlockExecutor {
380380
state_diff_size: max_state_diff_size,
381381
..BouncerWeights::max()
382382
},
383-
// TODO(Meshi): Check what should be the values here.
384383
..BouncerConfig::max()
385384
},
386385
tx_executor_config: TransactionExecutorConfig {

0 commit comments

Comments
 (0)