chris review
This commit is contained in:
parent
85b0733a6a
commit
bd1b693bc6
|
@ -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
|
||||
|
@ -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" \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue