From 0de280bb775ab158415c2801391817c130b7368c Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Fri, 22 Nov 2019 01:37:05 +0100 Subject: [PATCH] Update waku.md --- waku.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku.md b/waku.md index b23bd097..f7f98226 100644 --- a/waku.md +++ b/waku.md @@ -47,7 +47,7 @@ Waku was created to incrementally improve in areas that Whisper is lacking in, w ### Use of RLPx transport protocol -All Waku messages are sent as devp2p RLPx transport protocol, version 5 [1](https://github.com/ethereum/devp2p/blob/master/rlpx.md) packets. These packets MUST be RLP-encoded arrays of data containing two objects: packet code followed by another object (whose type depends on the packet code). See [informal RLP spec](https://github.com/ethereum/wiki/wiki/RLP) and the [Ethereum Yellow Paper, appendix B](https://ethereum.github.io/yellowpaper/paper.pdf) for more details on RLP. +All Waku messages are sent as devp2p RLPx transport protocol, version 5[1](https://github.com/ethereum/devp2p/blob/master/rlpx.md) packets. These packets MUST be RLP-encoded arrays of data containing two objects: packet code followed by another object (whose type depends on the packet code). See [informal RLP spec](https://github.com/ethereum/wiki/wiki/RLP) and the [Ethereum Yellow Paper, appendix B](https://ethereum.github.io/yellowpaper/paper.pdf) for more details on RLP. Waku nodes that do not support a particular packet code MUST ignore the packet without generating any error.