Merge pull request #5440
ebdd6bf
Remove genesis block hash from error (Micha)8d174d6
Make several small string fixes in linearize-data.py (Micha)
This commit is contained in:
commit
3bb29a3e13
1 changed files with 4 additions and 4 deletions
|
@ -292,7 +292,7 @@ if __name__ == '__main__':
|
||||||
blkmap = mkblockmap(blkindex)
|
blkmap = mkblockmap(blkindex)
|
||||||
|
|
||||||
if not "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f" in blkmap:
|
if not "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f" in blkmap:
|
||||||
print("not found")
|
print("Genesis block not found in hashlist")
|
||||||
else:
|
else:
|
||||||
BlockDataCopier(settings, blkindex, blkmap).run()
|
BlockDataCopier(settings, blkindex, blkmap).run()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue