Skip to content

Commit

Permalink
chris review
Browse files Browse the repository at this point in the history
  • Loading branch information
gamarin2 committed Mar 13, 2019
1 parent 85b0733 commit bd1b693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/gaia/gaiacli.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ txs by `gasPrice` in the mempool, so providing higher fees or gas prices may yie
e.g.

```bash
gaiacli tx send ... --fees=1000000uatom
gaiacli tx send ... --fees=50000uatom
```

or
Expand Down Expand Up @@ -547,7 +547,7 @@ gaiacli query gov proposer <proposal_id>

#### Increase deposit

In order for a proposal to be broadcasted to the network, the amount deposited must be above a `minDeposit` value (default: `512000000uatom`). If the proposal you previously created didn't meet this requirement, you can still increase the total amount deposited to activate it. Once the minimum deposit is reached, the proposal enters voting period:
In order for a proposal to be broadcasted to the network, the amount deposited must be above a `minDeposit` value (initial value: `512000000uatom`). If the proposal you previously created didn't meet this requirement, you can still increase the total amount deposited to activate it. Once the minimum deposit is reached, the proposal enters voting period:

```bash
gaiacli tx gov deposit <proposal_id> "10000000uatom" \
Expand Down
3 changes: 1 addition & 2 deletions docs/gaia/validators/validator-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ You can confirm that you are in the validator set by using a third party explore
## Participate in genesis as a validator

::: warning
This section only concerns validators that want to be in the genesis
file of the Cosmos Hub mainnet. If the mainnet is already live, skip this section.
The genesis ceremony for the Cosmos Hub mainnet is closed. Please skip to the next section.
:::

If you want to participate in genesis as a validator, you need to justify that
Expand Down

0 comments on commit bd1b693

Please sign in to comment.