Skip to content

Commit

Permalink
Fixed the message, the keypair might not be for the genesis block
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoras committed Feb 1, 2019
1 parent daea7af commit 8a4278b
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 genesis keypair...")
log.Println("Generating the keypair...")
generatePrivateKey(-1)
log.Println("Generated.")
}
Expand Down

0 comments on commit 8a4278b

Please sign in to comment.