mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-22 15:16:24 +00:00
Update docs/architecture/adr-071-proposer-based-timestamps.md
Co-authored-by: Zarko Milosevic <zarko@informal.systems>
This commit is contained in:
co-authored by
Zarko Milosevic
parent
836550cff9
commit
c23318eb83
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user