fix: waku2-payload define version 1 encryption for waku2 message (#519)

Waku-data is for waku 1.
This commit is contained in:
Franck R 2022-07-29 16:34:47 +10:00 committed by GitHub
parent ed3c7494c0
commit 54b371349f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ This indicates that the payload SHOULD be either unencrypted or that encryption
### Version 1
This indicates that payloads MUST be encrypted using [7/WAKU-DATA envelope data format spec](/spec/7).
This indicates that payloads MUST be encrypted using [WAKU2-PAYLOAD](/spec/26).
This provides for asymmetric and symmetric encryption.
Key agreement is out of band.