Make several small string fixes in linearize-data.py #5440

pull Michagogo wants to merge 2 commits into bitcoin:master from Michagogo:linearize-missing-space changing 1 files +4 −4
  1. Michagogo commented at 4:00 PM on December 7, 2014: contributor
    • Add a space after the fixed string prepended to file names when input or output file changes
    • Clarify the error message when the genesis block is not found in the hash list (...why do we have this at all?)
  2. Make several small string fixes in linearize-data.py
    - Add a space after the fixed string prepended to file names when input or
      output file changes
    - Clarify the error message when the genesis block is not found in the
      hash list (...why do we have this at all?)
    8d174d6b5d
  3. Remove genesis block hash from error ebdd6bf30f
  4. in contrib/linearize/linearize-data.py:None in 8d174d6b5d outdated
     291 | @@ -292,7 +292,7 @@ def run(self):
     292 |  	blkmap = mkblockmap(blkindex)
     293 |  
     294 |  	if not "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f" in blkmap:
     295 | -		print("not found")
     296 | +		print("Genesis block (000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f) not found in hashlist")
    


    laanwj commented at 11:51 AM on December 8, 2014:

    Just make the message "Genesis block not found", no need to paste the entire hash

  5. laanwj merged this on Dec 11, 2014
  6. laanwj closed this on Dec 11, 2014

  7. laanwj referenced this in commit 3bb29a3e13 on Dec 11, 2014
  8. jtimon commented at 4:09 PM on December 11, 2014: contributor

    The second commit could have been squashed...

  9. laanwj commented at 5:17 PM on December 11, 2014: member

    Yes, should have been, but too late now.

  10. Michagogo deleted the branch on Dec 11, 2014
  11. 0xartem referenced this in commit bfeafb8e54 on Jun 1, 2018
  12. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-19 15:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me