diff options
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index c16009a0b..88bfbcff0 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1293,6 +1293,10 @@ bool AppInitMain() return InitError(_("Unable to start HTTP server. See debug log for details.")); } +#if defined(USE_SSE2) + scrypt_detect_sse2(); +#endif + // ********************************************************* Step 5: verify wallet database integrity if (!g_wallet_init_interface.Verify()) return false; |