From edc7f97740d5eb308c1a492c2ef773d5c045f0c6 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Thu, 28 Oct 2021 11:33:41 +0200 Subject: [PATCH] timestamp params comment --- types/params.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types/params.go b/types/params.go index f0ca905f7..b87fc646e 100644 --- a/types/params.go +++ b/types/params.go @@ -75,6 +75,7 @@ type VersionParams struct { AppVersion uint64 `json:"app_version"` } +// TimestampParams influence the validity of block timestamps. type TimestampParams struct { Precision time.Duration `json:"precision"` Accuracy time.Duration `json:"accuracy"`