Target Calculation Update

fix #686
This commit is contained in:
wozz 2014-05-08 12:44:36 -04:00
parent a18d21d946
commit 5a312290e2
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ class Blockchain(threading.Thread):
i -= 1
c = int('0x'+c[0:6],16)
if c > 0x800000:
if c >= 0x800000:
c /= 256
i += 1