mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
docs: fix block.Header.Time description (#3529)
It's not proposer local time anymore, but a weighted median Fixes #3514
This commit is contained in:
@ -244,7 +244,7 @@ The height is an incrementing integer. The first block has `block.Header.Height
|
||||
### Time
|
||||
|
||||
```
|
||||
block.Header.Timestamp >= prevBlock.Header.Timestamp + 1 ms
|
||||
block.Header.Timestamp >= prevBlock.Header.Timestamp + state.consensusParams.Block.TimeIotaMs
|
||||
block.Header.Timestamp == MedianTime(block.LastCommit, state.LastValidators)
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user