mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-04-09 20:00:33 -04: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
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…
x
Reference in New Issue
Block a user