From efe6df12c960be53a1fbe2ac6f08308aaed4f18a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Fri, 1 Apr 2022 14:46:44 +0200 Subject: [PATCH] wallet: remove unused --- nym-wallet/src-tauri/src/wallet_storage/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/nym-wallet/src-tauri/src/wallet_storage/mod.rs b/nym-wallet/src-tauri/src/wallet_storage/mod.rs index 9fcfc09660..11fe6f07ce 100644 --- a/nym-wallet/src-tauri/src/wallet_storage/mod.rs +++ b/nym-wallet/src-tauri/src/wallet_storage/mod.rs @@ -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;