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/wallet2.cpp | |
| parent | f3271e8f1203c86d5bdfbcb0b210296a26be95bf (diff) | |
| download | monzero-core-6be139b51171855e67c5df0aff51b8ae7b4b4315.tar.gz monzero-core-6be139b51171855e67c5df0aff51b8ae7b4b4315.tar.xz monzero-core-6be139b51171855e67c5df0aff51b8ae7b4b4315.zip | |
Moved mnemonics code to src/mnemonics
Diffstat (limited to 'src/wallet/wallet2.cpp')
| -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" { |
