link to the proposer-based timestamps specification

This commit is contained in:
William Banfield
2022-01-26 10:34:18 -05:00
parent d337d1c287
commit 73b22c03b4

View File

@@ -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"`