• Wladimir J. van der Laan's avatar
    Fix `-printblocktree` output · d6870d29
    Wladimir J. van der Laan authored
    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.
    d6870d29
main.cpp 159 KB