Skip to content

Commit d12b136

Browse files
committed
change default encryption scheme to nip44
1 parent 689305c commit d12b136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ndk/src/signers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { NDKRelay } from "../relay/index.js";
44
import type { NDKUser } from "../user";
55

66
export type ENCRYPTION_SCHEMES = "nip04" | "nip44";
7-
export const DEFAULT_ENCRYPTION_SCHEME: ENCRYPTION_SCHEMES = "nip04";
7+
export const DEFAULT_ENCRYPTION_SCHEME: ENCRYPTION_SCHEMES = "nip44";
88

99
/**
1010
* Interface for NDK signers.

0 commit comments

Comments
 (0)