Update README.md

This commit is contained in:
Jimmy Debe 2024-02-26 11:55:46 -05:00 committed by GitHub
parent f43db3dfb0
commit d297c22244
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 12 deletions

View File

@ -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.