Add a newline

This commit is contained in:
Ivan Kuznetsov 2017-09-17 12:45:53 +07:00
parent 47737a28af
commit 8ef0f2c86b
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ func (cli *CLI) reindexUTXO() {
UTXOSet.Reindex()
count := UTXOSet.GetCount()
fmt.Printf("Done! There are %d transactions in the UTXO set.", count)
fmt.Printf("Done! There are %d transactions in the UTXO set.\n", count)
}