mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 00:45:53 -05:00
docs: use nips number in range 30000 to comply with nip33
This commit is contained in:
parent
35ac7570c5
commit
8713cf25e7
|
@ -22,7 +22,7 @@ an event looks like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
let event = {
|
let event = {
|
||||||
kind: 11001,
|
kind: 31001,
|
||||||
created_at: Math.floor(Date.now() / 1000),
|
created_at: Math.floor(Date.now() / 1000),
|
||||||
tags: [
|
tags: [
|
||||||
["D", "BUY"],
|
["D", "BUY"],
|
Loading…
Reference in New Issue
Block a user