decremented desired_version to 7 to prevent switchover for now
authorForrest Voight <forrest@forre.st>
Tue, 30 Oct 2012 16:10:17 +0000 (12:10 -0400)
committerForrest Voight <forrest@forre.st>
Tue, 30 Oct 2012 16:10:17 +0000 (12:10 -0400)
p2pool/work.py

index bace060..7c8d374 100644 (file)
@@ -216,7 +216,7 @@ class WorkerBridge(worker_interface.WorkerBridge):
                         'doa' if doas > doas_recorded_in_chain else
                         None
                     )(*self.get_stale_counts()),
-                    desired_version=p2pool_data.NewShare.VERSION,
+                    desired_version=7,
                 ),
                 block_target=self.current_work.value['bits'].target,
                 desired_timestamp=int(time.time() + 0.5),