aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
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/simplewallet/simplewallet.cpp
parentMerge pull request #141 (diff)
downloadmonero-6be139b51171855e67c5df0aff51b8ae7b4b4315.tar.xz
Moved mnemonics code to src/mnemonics
Diffstat (limited to '')
-rw-r--r--src/simplewallet/simplewallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index fbe7c4730..e71655e4c 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -45,7 +45,7 @@
#include "wallet/wallet_rpc_server.h"
#include "version.h"
#include "crypto/crypto.h" // for crypto::secret_key definition
-#include "crypto/electrum-words.h"
+#include "mnemonics/electrum-words.h"
#if defined(WIN32)
#include <crtdbg.h>