Add a newline
This commit is contained in:
parent
47737a28af
commit
8ef0f2c86b
|
@ -8,5 +8,5 @@ func (cli *CLI) reindexUTXO() {
|
||||||
UTXOSet.Reindex()
|
UTXOSet.Reindex()
|
||||||
|
|
||||||
count := UTXOSet.GetCount()
|
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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue