Clarifies the unit of timestamp (#454)

* clarifies the unit of timestamp

* minor revision
This commit is contained in:
Sanaz Taheri Boshrooyeh 2021-08-20 13:03:16 -07:00 committed by GitHub
parent 07fed526bc
commit 83ab13ef40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,10 @@ To enable a bidirectional bridge with Waku v1 see [15/WAKU2-BRIDGE](/spec/15) fo
The `version` field MAY be filled out to allow for various types of payload encryption.
Omitting it means the version is 0.
The `timestamp` field MAY be filled out to signify the time at which the message is generated by its sender. This field holds the Unix epoch time. Omitting it means the timestamp is unspecified.
The `timestamp` field MAY be filled out to signify the time at which the message is generated by its sender.
This field holds the Unix epoch time in seconds.
The fractional part represents the sub-seconds.
Omitting it means the timestamp is unspecified.
## Payloads