Skip to content

Commit

Permalink
remove paint
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Sep 9, 2024
1 parent 7ed64f6 commit 97d9abc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1335,13 +1335,11 @@ bool AppInitMain()
int64_t nStart;

#if defined(USE_SSE2)
if (scrypt_detect_sse2()) {
if (scrypt_detect_sse2()) {
LogPrintf("scrypt: using SSE2 implementation\n");
} else {
LogPrintf("scrypt: using generic implementation\n");
}
#endif

}
// ********************************************************* Step 5: verify wallet database integrity
if (!g_wallet_init_interface.Verify()) return false;

Expand Down

0 comments on commit 97d9abc

Please sign in to comment.