Skip to content

Commit

Permalink
tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Sep 18, 2024
1 parent e5c6635 commit 01ef304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ const generateEvent = (content) => {
return {
pubkey,
kind: 1,
tags: [['l', MINER, 'miner'],['l', CLIENT, 'client']],
tags: [['miner', MINER],['client', CLIENT]],
content,
}
}
Expand Down

0 comments on commit 01ef304

Please sign in to comment.