diff options
| author | Jannis Froese <[email protected]> | 2014-03-13 22:48:23 +0100 |
|---|---|---|
| committer | Jannis Froese <[email protected]> | 2014-03-22 22:13:27 +0100 |
| commit | 1bf59137bee8bbf4699af8010e1fc2b2f92cef4d (patch) | |
| tree | edbea1a084de777059586a89ccef236e74dd6d69 /src/init.cpp | |
| parent | build: fix explicit --disable-qt-dbus (diff) | |
| download | discoin-1bf59137bee8bbf4699af8010e1fc2b2f92cef4d.tar.xz discoin-1bf59137bee8bbf4699af8010e1fc2b2f92cef4d.zip | |
Protocol changes for Dogecoin 1.5
ported over from Dogecoin and Litecoin
(cherry picked from commit 8b09dad2d506fc5a6239863b1c0e33bf7e84da00)
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 372f5db29..72acdb8b4 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -589,6 +589,10 @@ bool AppInit2(boost::thread_group& threadGroup) } int64_t nStart; + + #if defined(USE_SSE2) + scrypt_detect_sse2(); + #endif // ********************************************************* Step 5: verify wallet database integrity #ifdef ENABLE_WALLET |