HomePhabricator

Fix errant newline in make_chainparams

Description

Fix errant newline in make_chainparams

Summary: The extra newline in the terminal doesn't really matter, but it gives a bad smell when stdout is redirected to a file.

Test Plan:
Before patch:

$ ./make_chainparams.py
0000000000000000030e63e8b8a3e08e25244daf633203c416c91f5b03968641
000000000000000000000000000000000000000000ff5be32693c1c823f2aac5

After patch:

$ ./make_chainparams.py
0000000000000000030e63e8b8a3e08e25244daf633203c416c91f5b03968641
000000000000000000000000000000000000000000ff5be32693c1c823f2aac5

Reviewers: #bitcoin_abc, deadalnix, Fabien

Reviewed By: #bitcoin_abc, Fabien

Differential Revision: https://reviews.bitcoinabc.org/D4140

Details

Provenance
jasonbcoxAuthored on Sep 23 2019, 18:28
jasonbcoxPushed on Sep 24 2019, 17:18
Reviewer
Restricted Project
Differential Revision
D4140: Fix errant newline in make_chainparams
Parents
rSTAGINGe36935e09971: [CMAKE] Consistently find and use the python interpreter
Branches
Unknown
Tags
Unknown
References
tag: phabricator/base/13122