Moved mnemonics code to src/mnemonics

This commit is contained in:
Oran Juice
2014-09-23 17:04:04 +05:30
parent f3271e8f12
commit 6be139b511
5 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -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>