Skip to content

Commit

Permalink
chore(blockifier): have limit_steps_by_resources flag represent charg…
Browse files Browse the repository at this point in the history
…e_fee
  • Loading branch information
avivg-starkware committed Sep 29, 2024
1 parent 4b00182 commit 80313b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/blockifier/src/transaction/transactions_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ use crate::transaction::test_utils::{
VALID,
};
use crate::transaction::transaction_types::TransactionType;
use crate::transaction::transactions::{ExecutableTransaction, L1HandlerTransaction};
use crate::transaction::transactions::{
ExecutableTransaction,
L1HandlerTransaction,
};
use crate::versioned_constants::VersionedConstants;
use crate::{
check_tx_execution_error_for_custom_hint,
Expand Down

0 comments on commit 80313b5

Please sign in to comment.