diff --git a/crypto.go b/crypto.go index 7e969ec..b38465b 100644 --- a/crypto.go +++ b/crypto.go @@ -23,7 +23,7 @@ type ecdsaSignature struct { func cryptoInit() { if dbNumPrivateKeys() == 0 { - log.Println("Generating the genesis keypair...") + log.Println("Generating the keypair...") generatePrivateKey(-1) log.Println("Generated.") }