VariableProofOfWork in crypto

This commit is contained in:
Grant Sanderson
2017-07-05 10:14:46 -07:00
parent 9edccb116e
commit 1951457b89
2 changed files with 334 additions and 14 deletions

View File

@ -125,7 +125,6 @@ class Mobject(object):
mob.points += total_vector
return self
def scale(self, scale_factor, about_point = None):
if about_point is not None:
self.shift(-about_point)