asdsadsadsadsad

This commit is contained in:
Thomas Zarebczan 2018-11-16 18:06:14 -05:00
parent ec11421ad4
commit a7f35ffb86

View file

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