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

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