diff --git a/crypto.go b/crypto.go index b38465b..7803a9a 100644 --- a/crypto.go +++ b/crypto.go @@ -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.") }