We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689305c commit d12b136Copy full SHA for d12b136
ndk/src/signers/index.ts
@@ -4,7 +4,7 @@ import type { NDKRelay } from "../relay/index.js";
4
import type { NDKUser } from "../user";
5
6
export type ENCRYPTION_SCHEMES = "nip04" | "nip44";
7
-export const DEFAULT_ENCRYPTION_SCHEME: ENCRYPTION_SCHEMES = "nip04";
+export const DEFAULT_ENCRYPTION_SCHEME: ENCRYPTION_SCHEMES = "nip44";
8
9
/**
10
* Interface for NDK signers.
0 commit comments