diff options
| author | Warren Togami <[email protected]> | 2014-05-21 20:24:15 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2018-09-19 19:21:49 +0100 |
| commit | b506efbe747ba31ee1f41be14cdbc0c30dfcf67f (patch) | |
| tree | 875694e0a15e29a8d93b7ed4b969246c1aa65a99 /src/init.cpp | |
| parent | Replace test data with Dogecoin values (diff) | |
| download | discoin-b506efbe747ba31ee1f41be14cdbc0c30dfcf67f.tar.xz discoin-b506efbe747ba31ee1f41be14cdbc0c30dfcf67f.zip | |
Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009) Modified by Artforz, coblee, pooler, wtogami, Nikolay Belikov, Adrian Gallagher
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 5820d8f57..4623bac53 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1204,6 +1204,10 @@ bool AppInitMain(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 (!CWallet::Verify()) |