diff --git a/wallet/src/cli/account.rs b/wallet/src/cli/account.rs index ee71f82..6e831d1 100644 --- a/wallet/src/cli/account.rs +++ b/wallet/src/cli/account.rs @@ -1,8 +1,8 @@ use anyhow::Result; use base58::ToBase58; use clap::Subcommand; -use key_protocol::key_management::key_tree::chain_index::ChainIndex; use itertools::Itertools as _; +use key_protocol::key_management::key_tree::chain_index::ChainIndex; use nssa::{Account, AccountId, program::Program}; use serde::Serialize;