update spec to reference currently used timestamp type (#317)

This commit is contained in:
William Banfield
2021-07-14 17:10:49 -04:00
committed by GitHub
parent aa8f656573
commit 0ff67d6b1e
+2 -2
View File
@@ -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