From 2105cdfbfeb7fc1d3411e11aba106ea1e50c364c Mon Sep 17 00:00:00 2001 From: Ahmed Muawia Khan Date: Thu, 13 Sep 2018 11:40:54 +0200 Subject: [PATCH] Add docs for bigchaindb tendermint-version --- docs/server/source/server-reference/bigchaindb-cli.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/server/source/server-reference/bigchaindb-cli.md b/docs/server/source/server-reference/bigchaindb-cli.md index b67ca296..e0cfab32 100644 --- a/docs/server/source/server-reference/bigchaindb-cli.md +++ b/docs/server/source/server-reference/bigchaindb-cli.md @@ -158,4 +158,8 @@ $ bigchaindb election show ELECTION_ID status= ``` -The election data is the same set of arguments used in the `election new` command that originally triggered the election. `status` takes three possible values, `ongoing`, if the election has not yet reached a 2/3 majority, `concluded`, if the election reached the 2/3 majority needed to pass, or `inconclusive`, if the validator set changed while the election was in process, rendering it undecidable. \ No newline at end of file +The election data is the same set of arguments used in the `election new` command that originally triggered the election. `status` takes three possible values, `ongoing`, if the election has not yet reached a 2/3 majority, `concluded`, if the election reached the 2/3 majority needed to pass, or `inconclusive`, if the validator set changed while the election was in process, rendering it undecidable. + +## bigchaindb tendermint-version + +Show the Tendermint versions supported by BigchainDB server. \ No newline at end of file