--connect to use nip46 as a client to sign event and auth messages.

This commit is contained in:
fiatjaf
2024-02-06 00:58:26 -03:00
parent 01e1f52a70
commit b7a7e0504f
6 changed files with 65 additions and 20 deletions

View File

@@ -56,7 +56,7 @@ var bunker = &cli.Command{
}
// gather the secret key
sec, err := gatherSecretKeyFromArguments(c)
sec, _, err := gatherSecretKeyOrBunkerFromArguments(c)
if err != nil {
return err
}