fix typo in nip07.ts

This commit is contained in:
Don
2024-05-27 19:05:44 +09:00
committed by fiatjaf_
parent 6e5ab34a54
commit 260400b24d

View File

@@ -7,7 +7,7 @@ export interface WindowNostr {
getRelays(): Promise<RelayRecord>
nip04?: {
encrypt(pubkey: string, plaintext: string): Promise<string>
ecrypt(pubkey: string, ciphertext: string): Promise<string>
decrypt(pubkey: string, ciphertext: string): Promise<string>
}
nip44?: {
encrypt(pubkey: string, plaintext: string): Promise<string>