Skip to content

Commit

Permalink
fix typo in nip07.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolat authored and fiatjaf committed May 27, 2024
1 parent 6e5ab34 commit 260400b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nip07.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 260400b

Please sign in to comment.