From 836550cff9d922daf023767397aebb9cace1df21 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Mon, 9 Aug 2021 09:13:50 -0400 Subject: [PATCH] Update docs/architecture/adr-071-proposer-based-timestamps.md Co-authored-by: Marko --- docs/architecture/adr-071-proposer-based-timestamps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/adr-071-proposer-based-timestamps.md b/docs/architecture/adr-071-proposer-based-timestamps.md index 64e594e4d..3e7fa2f3c 100644 --- a/docs/architecture/adr-071-proposer-based-timestamps.md +++ b/docs/architecture/adr-071-proposer-based-timestamps.md @@ -131,7 +131,7 @@ type CommitSig struct { ### Changes to Commit -The [Commit](https://github.com/tendermint/tendermint/blob/a419f4df76fe4aed668a6c74696deabb9fe73211/types/block.go#L746) struct does not currently contains a timestamp. +The [Commit](https://github.com/tendermint/tendermint/blob/a419f4df76fe4aed668a6c74696deabb9fe73211/types/block.go#L746) struct does not currently contain a timestamp. The timestamps in the `Commit.CommitSig` entries are currently used to build the block timestamp. With these timestamps removed, the commit time will instead be stored in the `Commit` struct.