Page MenuHomePhabricator

Fix errant newline in make_chainparams
ClosedPublic

Authored by jasonbcox on Sep 23 2019, 18:31.

Details

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

Diff Detail

Repository
rABC Bitcoin ABC
Branch
mcp-newline
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7558
Build 13156: Bitcoin ABC Buildbot (legacy)
Build 13155: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Sep 24 2019, 09:14
This revision was automatically updated to reflect the committed changes.