From d297c222449e375ada7403ff63463b54a640b703 Mon Sep 17 00:00:00 2001 From: Jimmy Debe <91767824+jimstir@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:55:46 -0500 Subject: [PATCH] Update README.md --- content/docs/rfcs/14/README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/content/docs/rfcs/14/README.md b/content/docs/rfcs/14/README.md index 7c17a242..14039ce0 100644 --- a/content/docs/rfcs/14/README.md +++ b/content/docs/rfcs/14/README.md @@ -99,18 +99,6 @@ message WakuMessage { ``` -### Waku Message Validation - -A `WakuMessage` MUST be validated by a validator, -the [11/WAKU2-RELAY](/spec/11/) node. -When a [11/WAKU2-RELAY](https://rfc.vac.dev/spec/11/) receives a message, -it SHOULD validate the `content_topic` and `payload` attributes. -If a message is processed as invalid, -it MUST be dropped and not forwarded to other peers. - -If the message is processed as valid, -it MUST be sent to peers who have subscribed to the `content_topic`. - ### Payload Encryption The `WakuMessage` payload MAY be encrypted.