HomePhabricator

Fix `-printblocktree` output
af4c2ac8ce36Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix -printblocktree output

PrintBlockTree output was broken starting from e010af70.
Everything appears on one line.

PrintWallet() added the newline after a block, but this functionality
was removed and no newline was added.

Seemingly, no one noticed. Add a newline after the block information
to fix this.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Mar 29 2014, 15:21
deadalnixPushed on May 14 2017, 22:04
Parents
rABC55027a8c85e3: Merge pull request #3973
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABCaf4c2ac8ce36: Fix `-printblocktree` output (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Mar 29 2014, 15:25