mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
asdsadsadsadsad
This commit is contained in:
parent
ec11421ad4
commit
a7f35ffb86
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ class Blockchain(util.PrintError):
|
||||||
bnNew /= nModulatedTimespan
|
bnNew /= nModulatedTimespan
|
||||||
if bnNew > MAX_TARGET:
|
if bnNew > MAX_TARGET:
|
||||||
bnNew = ArithUint256(MAX_TARGET)
|
bnNew = ArithUint256(MAX_TARGET)
|
||||||
return bnNew.GetCompact(), bnNew._value
|
return bnNew.compact(), bnNew._value
|
||||||
|
|
||||||
def check_bits(self, bits):
|
def check_bits(self, bits):
|
||||||
bitsN = (bits >> 24) & 0xff
|
bitsN = (bits >> 24) & 0xff
|
||||||
|
|
Loading…
Add table
Reference in a new issue