Changed PB Timestamp index to 10 (#491)

This commit is contained in:
G 2022-02-23 08:21:26 +01:00 committed by GitHub
parent d88dc1261c
commit 5beb6c9ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ message WakuMessage {
bytes payload = 1;
string contentTopic = 2;
uint32 version = 3;
sint64 timestamp = 4;
sint64 timestamp = 10;
}
```