From 260400b24d5c39c218a130a9c59c935a4f6016e1 Mon Sep 17 00:00:00 2001 From: Don <496156+nikolat@users.noreply.github.com> Date: Mon, 27 May 2024 19:05:44 +0900 Subject: [PATCH] fix typo in nip07.ts --- nip07.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nip07.ts b/nip07.ts index 7996f2f..aff6163 100644 --- a/nip07.ts +++ b/nip07.ts @@ -7,7 +7,7 @@ export interface WindowNostr { getRelays(): Promise nip04?: { encrypt(pubkey: string, plaintext: string): Promise - ecrypt(pubkey: string, ciphertext: string): Promise + decrypt(pubkey: string, ciphertext: string): Promise } nip44?: { encrypt(pubkey: string, plaintext: string): Promise