From f992a7e7408bb1c853dd40c3989cd8624ae60599 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Mon, 7 Mar 2022 14:50:13 -0800 Subject: [PATCH] Fix YAML front matter. (#8086) Fixes #8052 again. Ideally we would have some way of detecting that this happens before merging, but the way we build docs right now is kind of complicated. --- .../tendermint-core/consensus/proposer-based-timestamps.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/tendermint-core/consensus/proposer-based-timestamps.md b/docs/tendermint-core/consensus/proposer-based-timestamps.md index def42dc20..7f98f10d6 100644 --- a/docs/tendermint-core/consensus/proposer-based-timestamps.md +++ b/docs/tendermint-core/consensus/proposer-based-timestamps.md @@ -1,4 +1,6 @@ ---- order: 3 --- +--- +order: 3 +--- # PBTS @@ -6,7 +8,7 @@ algorithm added to Tendermint in the v0.36 release. It outlines the core functionality as well as the parameters and constraints of the this algorithm. -## Algorithm Overview +## Algorithm Overview The PBTS algorithm defines a way for a Tendermint blockchain to create block timestamps that are within a reasonable bound of the clocks of the validators on @@ -91,4 +93,3 @@ proposed by their peers to be valid either. * [The PBTS specification](https://github.com/tendermint/tendermint/blob/master/spec/consensus/proposer-based-timestamp/README.md) contains all of the details of the algorithm. -