mirror of
https://github.com/studiokaiji/nostr-webhost.git
synced 2025-12-18 15:24:19 +01:00
generate-keyコマンドのtypoを修正
This commit is contained in:
@@ -109,7 +109,7 @@ func main() {
|
|||||||
key := nostr.GeneratePrivateKey()
|
key := nostr.GeneratePrivateKey()
|
||||||
err := keystore.SetSecret(key)
|
err := keystore.SetSecret(key)
|
||||||
if err == nil {
|
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
|
return err
|
||||||
},
|
},
|
||||||
@@ -154,7 +154,6 @@ func main() {
|
|||||||
|
|
||||||
fmt.Println(buf.String())
|
fmt.Println(buf.String())
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Start app
|
// Start app
|
||||||
|
|||||||
Reference in New Issue
Block a user