This commit is contained in:
dskvr 2023-02-07 15:23:50 +01:00
parent 3bd4457997
commit 1a154dc1c8

2
59.md
View File

@ -41,7 +41,7 @@ The tags should be used to represent the Relay's abilities and meta at a point i
```json
["s", "true"] //tagSsl[]
```
6. `"t" == tagTopic[0]` Topics relavant to the relay. `tagTopic[]` **may** be included in the `event.tags[]` array. `tagTopic[1]` **should** be string
6. `"t" == tagTopic[0]` Topics relevant to the relay. `tagTopic[]` **may** be included in the `event.tags[]` array. `tagTopic[1]` **should** be string
```json
["t", "bitcoin"] //tagTopic[]
```