- 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?)
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-
Michagogo commented at 4:00 PM on December 7, 2014: contributor
-
8d174d6b5d
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?)
-
Remove genesis block hash from error ebdd6bf30f
-
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
laanwj merged this on Dec 11, 2014laanwj closed this on Dec 11, 2014laanwj referenced this in commit 3bb29a3e13 on Dec 11, 2014jtimon commented at 4:09 PM on December 11, 2014: contributorThe second commit could have been squashed...
laanwj commented at 5:17 PM on December 11, 2014: memberYes, should have been, but too late now.
Michagogo deleted the branch on Dec 11, 20140xartem referenced this in commit bfeafb8e54 on Jun 1, 2018MarcoFalke 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 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
More mirrored repositories can be found on mirror.b10c.me