mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-09 16:24:32 +00:00
remove bracket from kind attribute in example.
fixes https://github.com/nostr-protocol/nips/issues/735
This commit is contained in:
parent
718dde2a43
commit
c6b6eea96a
1 changed files with 1 additions and 1 deletions
2
57.md
2
57.md
|
|
@ -78,7 +78,7 @@ const sats = 21
|
|||
const amount = sats * 1000
|
||||
const relays = ['wss://nostr-pub.wellorder.net']
|
||||
const event = encodeURI(JSON.stringify(await signEvent({
|
||||
kind: [9734],
|
||||
kind: 9734,
|
||||
content: "",
|
||||
pubkey: senderPubkey,
|
||||
created_at: Math.round(Date.now() / 1000),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue