From 4a1e206bcfff63a08408045272cdf85da34eb605 Mon Sep 17 00:00:00 2001 From: Lev Berman Date: Thu, 20 Sep 2018 11:38:06 +0200 Subject: [PATCH] Enumerate supported election types (election docs). --- docs/server/source/server-reference/bigchaindb-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server/source/server-reference/bigchaindb-cli.md b/docs/server/source/server-reference/bigchaindb-cli.md index 7163e2ba..a8124f49 100644 --- a/docs/server/source/server-reference/bigchaindb-cli.md +++ b/docs/server/source/server-reference/bigchaindb-cli.md @@ -95,7 +95,7 @@ If the command succeeds, it will post an election transaction and output `electi The election proposal consists of vote tokens allocated to every current validator proportional to his voting power. Validators spend their votes to approve the election using the [election-approve command](#election-approve). -Every election has a type. See below for how to create an election of a particular type. +Every election has a type. Currently supported types are `upsert-validator` and `chain-migration`. Their transaction operations are `VALIDATOR_ELECTION` and `CHAIN_MIGRATION` accordingly. See below for how to create an election of a particular type. Note that elections can only be proposed and approved by existing validators.