Update docs/architecture/adr-071-proposer-based-timestamps.md

Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
William Banfield
2021-08-09 09:13:50 -04:00
committed by GitHub
co-authored by Marko
parent c3c7415ce2
commit 836550cff9
@@ -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.