Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Nov 28, 2024
1 parent 506ca9a commit 882b5ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions rpc-state-reader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ serde_json = { version = "1.0", features = [
"raw_value",
] }
starknet_api = {workspace = true}
cairo-lang-starknet-classes = "2.9.0-dev.0"
cairo-lang-utils = "2.9.0-dev.0"
cairo-lang-starknet-classes = "=2.9.0-dev.0"
cairo-lang-utils = "=2.9.0-dev.0"
cairo-native = { workspace = true }
starknet = "0.6.0"
flate2 = "1.0.25"
Expand Down
6 changes: 1 addition & 5 deletions rpc-state-reader/src/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ use crate::{
use blockifier::{
bouncer::BouncerConfig,
context::{BlockContext, ChainInfo, FeeTokenAddresses},
execution::contract_class::RunnableCompiledClass,
state::{
cached_state::{CachedState, TransactionalState},
state_api::{State, StateReader},
},
state::{cached_state::CachedState, state_api::StateReader},
transaction::{
account_transaction::AccountTransaction as BlockiAccountTransaction,
objects::{TransactionExecutionInfo, TransactionExecutionResult},
Expand Down

0 comments on commit 882b5ee

Please sign in to comment.