Skip to content

Commit

Permalink
Better message
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoras committed Feb 1, 2019
1 parent bb6fcae commit 8565c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type ecdsaSignature struct {

func cryptoInit() {
if dbNumPrivateKeys() == 0 {
log.Println("Generating the keypair...")
log.Println("Generating the initial wallet keypair...")
generatePrivateKey(-1)
log.Println("Generated.")
}
Expand Down

0 comments on commit 8565c1d

Please sign in to comment.