Browse Source

Allow hotplug with scrypt

Luke Dashjr 11 years ago
parent
commit
7ec39cbf4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -11830,7 +11830,7 @@ begin_bench:
 #endif
 #endif
 
 
 #ifdef HAVE_BFG_HOTPLUG
 #ifdef HAVE_BFG_HOTPLUG
-	if (opt_hotplug && !opt_scrypt)
+	if (opt_hotplug)
 		hotplug_start();
 		hotplug_start();
 #endif
 #endif