adsadsadsadada

This commit is contained in:
Thomas Zarebczan 2018-11-16 18:07:19 -05:00
parent a7f35ffb86
commit 434846ebda

View file

@ -419,7 +419,7 @@ class Blockchain(util.PrintError):
bnNew /= nModulatedTimespan
if bnNew > MAX_TARGET:
bnNew = ArithUint256(MAX_TARGET)
return bnNew.compact(), bnNew._value
return bnNew.compact, bnNew._value
def check_bits(self, bits):
bitsN = (bits >> 24) & 0xff