mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-01 04:46:10 +00:00
update spec to reference currently used timestamp type (#317)
This commit is contained in:
@@ -168,8 +168,8 @@ Part defines a part of a block. In Tendermint blocks are broken into `parts` for
|
||||
|
||||
## Time
|
||||
|
||||
Tendermint uses the [Google.Protobuf.WellKnownTypes.Timestamp](https://developers.google.com/protocol-buffers/docs/reference/csharp/class/google/protobuf/well-known-types/timestamp)
|
||||
format, which uses two integers, one for Seconds and for Nanoseconds.
|
||||
Tendermint uses the [Google.Protobuf.Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)
|
||||
format, which uses two integers, one 64 bit integer for Seconds and a 32 bit integer for Nanoseconds.
|
||||
|
||||
## Data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user