Skip to content

Commit

Permalink
modify sign event message to advise user
Browse files Browse the repository at this point in the history
  • Loading branch information
bitkarrot committed Sep 23, 2024
1 parent 697418b commit d3e9ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/Room.js
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@ async function signSampleEvent(publicKey) {
pubkey: publicKey,
created_at: Math.floor(Date.now() / 1000),
tags: [],
content: "Hi I'm using \n #HiveTalk",
content: "Signing event to prove you own this npub\n #HiveTalk",
};
console.log('Kind 1 - Event created', event);
// Request the nos2x extension to sign the event
Expand Down

0 comments on commit d3e9ebf

Please sign in to comment.