Skip to content

Commit 682c79f

Browse files
committed
fix: update import from nostr-crypto-utils
1 parent 0c1ce3d commit 682c79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/handlers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { getLogger } from '../utils/logger.js';
77
import type { NostrWSMessage } from '../types/messages.js';
88
import { MESSAGE_TYPES } from '../types/messages.js';
99
import type { NostrEvent, SignedNostrEvent } from '../types/events.js';
10-
import { validateRelayMessage as validateEvent, verifySignature } from 'nostr-crypto-utils';
10+
import { validateResponse as validateEvent, verifySignature } from 'nostr-crypto-utils';
1111

1212
const logger = getLogger('crypto');
1313

0 commit comments

Comments
 (0)