Update waku.md

This commit is contained in:
Dean Eigenmann 2019-12-18 22:21:38 +01:00 committed by GitHub
parent 8df8b9ff88
commit eb1093988d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ Using [Augmented Backus-Naur form (ABNF)](https://tools.ietf.org/html/rfc5234) w
```abnf
; Packet codes 0 - 127 are reserved for Waku protocol
packet-code = 1*3DIGIT
packet-code = 1*3DIGIT
; rate limits
limit-ip = 1*DIGIT
@ -112,7 +112,7 @@ bloom-filter = *OCTET
waku-envelope = "[" expiry ttl topic data nonce "]"
; List of topics interested in
topic-interest = "[" *1000topic "]"
topic-interest = "[" *1000topic "]"
; 4 bytes (UNIX time in seconds)
expiry = 4OCTET