mirror of https://github.com/vacp2p/rfc.git
fixes field number
This commit is contained in:
parent
39b753dcee
commit
83b9d05e01
|
@ -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;
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue