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.