Browse Source

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

pull/7804/head
William Banfield 3 years ago
committed by GitHub
parent
commit
0ff67d6b1e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      spec/core/data_structures.md

+ 2
- 2
spec/core/data_structures.md 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


Loading…
Cancel
Save