mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
sadsadsadsadsadasdsadsa
This commit is contained in:
parent
b8aee9940d
commit
630d3ac56c
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ class Blockchain(util.PrintError):
|
||||||
bnNew = ArithUint256(self.MAX_TARGET)
|
bnNew = ArithUint256(self.MAX_TARGET)
|
||||||
return bnNew.GetCompact(), bnNew._value
|
return bnNew.GetCompact(), bnNew._value
|
||||||
|
|
||||||
def get_target2(self, index, chain='main'):
|
def get_target2(self, index, chain='main'):
|
||||||
"""
|
"""
|
||||||
this follows the calculations in lbrycrd/src/lbry.cpp
|
this follows the calculations in lbrycrd/src/lbry.cpp
|
||||||
Returns: (bits, target)
|
Returns: (bits, target)
|
||||||
|
|
Loading…
Add table
Reference in a new issue