From 73b22c03b4953c9a3cc2b3f8c20f93136f3e3bcd Mon Sep 17 00:00:00 2001 From: William Banfield Date: Wed, 26 Jan 2022 10:34:18 -0500 Subject: [PATCH] link to the proposer-based timestamps specification --- types/params.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/types/params.go b/types/params.go index f0d8714f8..3540805cc 100644 --- a/types/params.go +++ b/types/params.go @@ -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"`