From c251a59d0e9d8e701eb1d96c5391cc9afcb15cf4 Mon Sep 17 00:00:00 2001 From: Daniel Cason Date: Tue, 24 May 2022 16:47:52 +0200 Subject: [PATCH] PBTS: added deprecation note on BFTTime documentation --- spec/consensus/proposer-based-timestamp/bft-time.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spec/consensus/proposer-based-timestamp/bft-time.md b/spec/consensus/proposer-based-timestamp/bft-time.md index cec3b91ab..e0fbe2f6f 100644 --- a/spec/consensus/proposer-based-timestamp/bft-time.md +++ b/spec/consensus/proposer-based-timestamp/bft-time.md @@ -1,8 +1,7 @@ ---- -order: 2 ---- # BFT Time +> BFTTime was removed from Tendermint consensus from v0.36, being replaced by [PBTS](./README.md). + Tendermint provides a deterministic, Byzantine fault-tolerant, source of time. Time in Tendermint is defined with the Time field of the block header.