diff --git a/crates/gateway/src/errors.rs b/crates/gateway/src/errors.rs index 75c30c0d..0ea24fba 100644 --- a/crates/gateway/src/errors.rs +++ b/crates/gateway/src/errors.rs @@ -6,7 +6,7 @@ use blockifier::state::errors::StateError; use blockifier::transaction::errors::TransactionExecutionError; use cairo_vm::types::errors::program_errors::ProgramError; use serde_json::{Error as SerdeError, Value}; -use starknet_api::block::{BlockNumber, GasPrice}; +use starknet_api::block::GasPrice; use starknet_api::core::CompiledClassHash; use starknet_api::transaction::{Resource, ResourceBounds}; use starknet_api::StarknetApiError; @@ -96,8 +96,6 @@ pub type StatelessTransactionValidatorResult = Result