Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Oct 14, 2024
1 parent 2469809 commit 10c4fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nr-app/app/(tabs)/explore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export default function TabTwoScreen() {
hexToBytes(account.privateKey.hex),
);
console.log("#cBiwGN Signed event", event);
const verifiactionResult = verifyEvent(event);
console.log("#QPwp7w Verification result", verifiactionResult);
const verificationResult = verifyEvent(event);
console.log("#QPwp7w Verification result", verificationResult);

const relay = new Relay("wss://nos.lol");
await relay.connect();
Expand Down

0 comments on commit 10c4fd4

Please sign in to comment.