diff --git a/crates/sozo/ops/src/account.rs b/crates/sozo/ops/src/account.rs index c22abcb988..18db493546 100644 --- a/crates/sozo/ops/src/account.rs +++ b/crates/sozo/ops/src/account.rs @@ -17,9 +17,6 @@ use starknet::providers::{JsonRpcClient, Provider, ProviderError}; use starknet::signers::{LocalWallet, Signer, SigningKey}; use starknet_crypto::FieldElement; -// use crate::commands::account::AccountCommand; -// use crate::commands::options::fee::FeeSetting; - /// The canonical hash of a contract class. This is the class hash value of a contract instance. pub type ClassHash = FieldElement;