mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-23 04:54:30 +00:00
Don't use GetBoolArg() and mapArgs; use one or the other.
This commit is contained in:
parent
b4671902f2
commit
8b8d59eefb
2
main.cpp
2
main.cpp
@ -3455,7 +3455,7 @@ void BitcoinMiner()
|
||||
SetThreadPriority(THREAD_PRIORITY_LOWEST);
|
||||
bool f4WaySSE2 = Detect128BitSSE2();
|
||||
if (mapArgs.count("-4way"))
|
||||
f4WaySSE2 = GetBoolArg(mapArgs["-4way"]);
|
||||
f4WaySSE2 = GetBoolArg("-4way");
|
||||
|
||||
// Each thread has its own key and counter
|
||||
CReserveKey reservekey;
|
||||
|
Loading…
x
Reference in New Issue
Block a user