diff options
author | Oran Juice <oranjuices@hotmail.com> | 2014-09-23 17:04:04 +0530 |
---|---|---|
committer | Oran Juice <oranjuices@hotmail.com> | 2014-09-23 17:04:04 +0530 |
commit | 6be139b51171855e67c5df0aff51b8ae7b4b4315 (patch) | |
tree | 280910e78d50c42836115a4536c87aea1702e591 /src/wallet | |
parent | Merge pull request #141 (diff) | |
download | monero-6be139b51171855e67c5df0aff51b8ae7b4b4315.tar.xz |
Moved mnemonics code to src/mnemonics
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/wallet2.cpp | 2 |
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" { |