From c23318eb83a42f9cfcc80e3c6de1be872c61b8cd Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Mon, 9 Aug 2021 10:20:27 -0400 Subject: [PATCH] Update docs/architecture/adr-071-proposer-based-timestamps.md Co-authored-by: Zarko Milosevic --- 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 3e7fa2f3c..36a9ab00c 100644 --- a/docs/architecture/adr-071-proposer-based-timestamps.md +++ b/docs/architecture/adr-071-proposer-based-timestamps.md @@ -152,7 +152,7 @@ type Commit struct { type Commit struct { Height int64 `json:"height"` Round int32 `json:"round"` - Timestamp time.Time `json:"round"` + Timestamp time.Time `json:"timestamp"` BlockID BlockID `json:"block_id"` Signatures []CommitSig `json:"signatures"` }