aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_errors.h
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-03-15 23:11:38 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-03-16 14:29:06 +0300
commit62606f11f50b4c68446d3f581c96d5505a0ad6ef (patch)
treec258047ddcbf349f853f82eb71ef74c5af7111bf /src/wallet/wallet_errors.h
parentWallet::address implemented (diff)
downloadmonero-62606f11f50b4c68446d3f581c96d5505a0ad6ef.tar.xz
Wallet::store_to(path, password) implemented;
Diffstat (limited to '')
-rw-r--r--src/wallet/wallet_errors.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet_errors.h b/src/wallet/wallet_errors.h
index 80482c1ba..6074e0858 100644
--- a/src/wallet/wallet_errors.h
+++ b/src/wallet/wallet_errors.h
@@ -210,7 +210,6 @@ namespace tools
//----------------------------------------------------------------------------------------------------
typedef file_error_base<file_exists_message_index> file_exists;
typedef file_error_base<file_not_found_message_index> file_not_found;
- typedef file_error_base<file_not_found_message_index> file_not_found;
typedef file_error_base<file_read_error_message_index> file_read_error;
typedef file_error_base<file_save_error_message_index> file_save_error;
//----------------------------------------------------------------------------------------------------