diff options
author | Linus Nordberg <linus@nordberg.se> | 2021-05-04 16:25:36 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2021-05-04 16:25:36 +0200 |
commit | d13da7fd14c9050a70313f00b71955beb4276132 (patch) | |
tree | b3a60feb907b999d85fbd111a7f3d1a7693fa7c5 | |
parent | 3b5b4429d94e142ee12af7eb5f89b49997b72237 (diff) |
seconds, not milliseconds
-rw-r--r-- | doc/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ makes a simple format explicit and unambiguous. Tree heads are signed by the log and its witnesses. It contains a timestamp, a tree size, and a root hash. The timestamp is included so that monitors can ensure _liveliness_. It is the time since the UNIX -epoch (January 1, 1970 00:00:00 UTC) in seconds. The tree size +epoch (January 1, 1970 00:00 UTC) in seconds. The tree size specifies the current number of leaves. The root hash fixes the structure and content of the Merkle tree. |