Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Jul 27, 2023
1 parent bb11da4 commit b1cdc57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runtime/src/utils/account_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
//! Substrate-based blockchains. This wrapper is necessary because the `scale_encode::EncodeAsType` and
//! `scale_decode::DecodeAsType` traits are not implemented for `sp_core::crypto::AccountId32`,
//! but they are required for the latest version of the `subxt` crate.
use base58::{FromBase58, ToBase58};
use codec::{Decode, Encode};
use serde::{Deserialize, Serialize};
use sp_core::crypto::{AccountId32 as Sp_AccountId32, Ss58Codec};
use std::convert::TryInto;
use subxt::utils::Static;

#[derive(
Expand Down

0 comments on commit b1cdc57

Please sign in to comment.