Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: run prettier
  • Loading branch information
rolznz committed Feb 21, 2024
commit fde063471ab672856251451bf81f6f50dcaa6c77
2 changes: 1 addition & 1 deletion src/extension/background-script/nostr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Nostr {
}

nip44Decrypt(peer: string, ciphertext: string) {
return nip44.v2.decrypt(ciphertext, this.getNip44SharedSecret(peer))
return nip44.v2.decrypt(ciphertext, this.getNip44SharedSecret(peer));
}

getEventHash(event: Event) {
Expand Down