diff --git a/cli_reindexutxo.go b/cli_reindexutxo.go index e6f841f..622d0df 100644 --- a/cli_reindexutxo.go +++ b/cli_reindexutxo.go @@ -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) }