Skip to content

Commit

Permalink
do set_best_share after pruning old shares
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestv committed Nov 2, 2012
1 parent ef86e46 commit 1b5afde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions p2pool/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,5 @@ def clean_tracker(self):
self.tracker.remove(aftertail)
#end = time.time()
#print "removed! %i %f" % (len(to_remove), (end - start)/len(to_remove))

self.set_best_share()

0 comments on commit 1b5afde

Please sign in to comment.