fix using NOSTR_SECRET_KEY environment variable.

This commit is contained in:
fiatjaf
2024-08-21 10:41:19 -03:00
parent 014c6bc11d
commit cfdea699bc
6 changed files with 15 additions and 7 deletions

View File

@@ -79,7 +79,6 @@ var relay = &cli.Command{
Name: "sec",
Usage: "secret key to sign the event, as nsec, ncryptsec or hex",
DefaultText: "the key '1'",
Value: "0000000000000000000000000000000000000000000000000000000000000001",
},
&cli.BoolFlag{
Name: "prompt-sec",