From eb1093988d28b25dbcdfe264625b2c399593bbfa Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Wed, 18 Dec 2019 22:21:38 +0100 Subject: [PATCH] Update waku.md --- waku/waku.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waku/waku.md b/waku/waku.md index fecd3acc..205a8486 100644 --- a/waku/waku.md +++ b/waku/waku.md @@ -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