wallet: remove unused

This commit is contained in:
Jon Häggblad
2022-04-01 14:46:44 +02:00
parent 23fb34f564
commit efe6df12c9
@@ -9,7 +9,6 @@ use crate::platform_constants::{STORAGE_DIR_NAME, WALLET_INFO_FILENAME};
use crate::wallet_storage::account_data::StoredAccount;
use crate::wallet_storage::encryption::{encrypt_struct, EncryptedData};
use cosmrs::bip32::DerivationPath;
use cosmwasm_std::BankMsg;
use serde::{Deserialize, Serialize};
use std::fs::{self, create_dir_all, OpenOptions};
use std::os::unix::prelude::OpenOptionsExt;