aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 3451632f1..987b527ae 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -945,6 +945,10 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
int64_t nStart;
+#if defined(USE_SSE2)
+ scrypt_detect_sse2();
+#endif
+
// ********************************************************* Step 5: verify wallet database integrity
#ifdef ENABLE_WALLET
if (!fDisableWallet) {