mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
asdasdsadas
This commit is contained in:
parent
f8cc3ab17b
commit
f6bdbf17f0
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ class Blockchain(util.PrintError):
|
|||
return GENESIS_BITS, MAX_TARGET
|
||||
if index == 0:
|
||||
return GENESIS_BITS, MAX_TARGET
|
||||
first = self.read_header(index -1)
|
||||
first = self.read_header(index)
|
||||
assert last is not None, "Last shouldn't be none"
|
||||
# bits to target
|
||||
bits = last.get('bits')
|
||||
|
|
Loading…
Add table
Reference in a new issue