Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyFate committed Mar 21, 2024
1 parent bb7eca6 commit d313435
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/sozo/ops/src/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d313435

Please sign in to comment.