From 8565c1dfacdd653c69be7bd61ddad8e3aee6a67f Mon Sep 17 00:00:00 2001 From: Ivan Voras Date: Sat, 2 Feb 2019 00:50:21 +0100 Subject: [PATCH] Better message --- crypto.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") }