mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Some typos in the docs for election management
Solution: Fixed the typos
This commit is contained in:
parent
12dd7abb29
commit
7333d48e45
@ -95,7 +95,7 @@ There are multiple types of election, which each take different parameters. Belo
|
||||
|
||||
###### election new upsert-validator
|
||||
|
||||
Call an election to add/update/remove a validator from the validator set.
|
||||
Create an election to add/update/remove a validator from the validator set.
|
||||
|
||||
|
||||
```bash
|
||||
@ -126,7 +126,7 @@ If the command succeeds, it will create an election and return an `election_id`.
|
||||
|
||||
#### election approve
|
||||
|
||||
Approve an election by voting for it. The propsal generated by executing `bigchaindb election new ...` can approved by the validators using this command. The validator who is approving the proposal will spend all their votes i.e. if the validator has a network power of `10` then they will cast `10` votes for the proposal.
|
||||
Approve an election by voting for it. The proposal generated by executing `bigchaindb election new ...` can be approved by the validators using this command. The validator who is approving the proposal will spend all their votes i.e. if the validator has a network power of `10` then they will cast `10` votes for the proposal.
|
||||
|
||||
Below is the command line syntax and the return value,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user