fixes field number

This commit is contained in:
Sanaz 2021-04-02 17:55:03 -07:00
parent 39b753dcee
commit 83b9d05e01
No known key found for this signature in database
GPG Key ID: 0B5ACFC518E67998
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ message WakuMessage {
optional bytes payload = 1;
optional uint32 contentTopic = 2;
optional uint32 version = 3;
optional double proof = 5;
optional double proof = 4;
}
```