Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed May 28, 2024
1 parent 0e71cda commit bf71d41
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/nostr/nip_88.jsx
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
const {Keys, Npub, Nsec} from 'nostr-tools';
import {Keys, Npub, Nsec} from 'nostr-tools';

export const NSEC_KEY_PREFIX = 'NSEC3';
export const NSEC_KEY_PREFIX_LENGTH = NSEC_KEY_PREFIX.length;

0 comments on commit bf71d41

Please sign in to comment.