Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Dec 11, 2024
1 parent 1cde5f3 commit 4869d6a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rpc-state-reader/src/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ mod tests {
use starknet_api::{
block::BlockNumber,
class_hash,
core::ClassHash,
execution_resources::{GasAmount, GasVector},
state::StorageKey,
};
Expand Down Expand Up @@ -3282,12 +3281,6 @@ mod tests {
let previous_block = BlockNumber(block_number - 1);
let (tx_info, _, _) = execute_tx(hash, chain, previous_block);
let starknet_resources = tx_info.clone().receipt.resources.starknet_resources;
let versioned_constants =
VersionedConstants::get_versioned_constants(VersionedConstantsOverrides {
validate_max_n_steps: u32::MAX,
invoke_tx_max_n_steps: u32::MAX,
max_recursion_depth: usize::MAX,
});
let state_resources = StateResources::new_for_testing(starknet_chg, n_allocated_keys);
let starknet_rsc = StarknetResources::new(
calldata_length,
Expand Down

0 comments on commit 4869d6a

Please sign in to comment.