mirror of
https://github.com/studiokaiji/nostr-webhost.git
synced 2026-01-09 18:04:44 +01:00
fix typo
This commit is contained in:
@@ -109,7 +109,7 @@ func main() {
|
||||
key := nostr.GeneratePrivateKey()
|
||||
err := keystore.SetSecret(key)
|
||||
if err == nil {
|
||||
fmt.Print("🗝 Generated key\n🗝 You can check the public key with 'noshost show-public'\n")
|
||||
fmt.Print("🗝 Generated key\n🗝 You can check the public key with 'nostrh show-public'\n")
|
||||
}
|
||||
return err
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user