mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-09 13:30:11 +00:00
link to the proposer-based timestamps specification
This commit is contained in:
@@ -77,7 +77,9 @@ type VersionParams struct {
|
||||
}
|
||||
|
||||
// SynchronyParams influence the validity of block timestamps.
|
||||
// TODO (@wbanfield): add link to proposer-based timestamp spec when completed.
|
||||
// For more information on the relationship of the synchrony parameters to
|
||||
// block validity, see the Proposer-Based Timestamps specification:
|
||||
// https://github.com/tendermint/spec/blob/master/spec/consensus/proposer-based-timestamp/README.md
|
||||
type SynchronyParams struct {
|
||||
Precision time.Duration `json:"precision,string"`
|
||||
MessageDelay time.Duration `json:"message_delay,string"`
|
||||
|
||||
Reference in New Issue
Block a user