it never ends.

This commit is contained in:
fiatjaf
2025-04-16 02:59:47 -03:00
parent cb0dd45a32
commit 5b8954461f
53 changed files with 396 additions and 673 deletions

View File

@@ -35,7 +35,7 @@ func GiftWrap(
return nostr.Event{}, err
}
nonceKey := nostr.GeneratePrivateKey()
nonceKey := nostr.Generate()
temporaryConversationKey, err := nip44.GenerateConversationKey(recipient, nonceKey)
if err != nil {
return nostr.Event{}, err