aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorOran Juice <oranjuices@hotmail.com>2014-09-23 17:04:04 +0530
committerOran Juice <oranjuices@hotmail.com>2014-09-23 17:04:04 +0530
commit6be139b51171855e67c5df0aff51b8ae7b4b4315 (patch)
tree280910e78d50c42836115a4536c87aea1702e591 /src/wallet
parentMerge pull request #141 (diff)
downloadmonero-6be139b51171855e67c5df0aff51b8ae7b4b4315.tar.xz
Moved mnemonics code to src/mnemonics
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/wallet2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp
index 9ba6f245a..6222b0c03 100644
--- a/src/wallet/wallet2.cpp
+++ b/src/wallet/wallet2.cpp
@@ -46,7 +46,7 @@ using namespace epee;
#include "crypto/crypto.h"
#include "serialization/binary_utils.h"
#include "cryptonote_protocol/blobdatatype.h"
-#include "crypto/electrum-words.h"
+#include "mnemonics/electrum-words.h"
extern "C"
{