Skip to content

Commit

Permalink
IRISTNET-126:add iris-atto
Browse files Browse the repository at this point in the history
  • Loading branch information
kidinamoto01 committed Sep 18, 2018
1 parent 1dc1c10 commit d1cb15d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/get-started/Validator-Node.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ In this way, to stake 1IRIS, you need to do:
```
iriscli stake create-validator --pubkey=pubkey --address-validator=account --fee=40000000000000000iris --gas=2000000 --from=<name> --chain-id=fuxi-3000 --node=tcp://localhost:26657 --amount=1000000000000000000iris
```
Don't forget the `fee` and `gas` field. In this version of IRIHub, all the `unit` for `amount` and `field` correspond to `iris-atto`. To read more about coin-type in IRISHub, you should read [this](../zh/modules/coin/README.md)
Don't forget the `fee` and `gas` field. In this version of IRIHub, all the `unit` for `amount` and `field` correspond to `iris-atto`,but it's shown as `iris`. To read more about coin-type in IRISHub, you should read [this](../zh/modules/coin/README.md)

### View Validator Info

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/get-started/Validator-Node.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ iriscli stake create-validator --amount=<amount>iris --pubkey=<pubkey> --address
iriscli stake create-validator --pubkey=pubkey --address-validator=account --fee=40000000000000000iris --gas=2000000 --from=<name> --chain-id=fuxi-3000 --node=tcp://localhost:26657 --amount=1000000000000000000iris
```

请记得在命令中注明`fee` `gas`字段请在以下[文档](../modules/coin/README.md) 了解更多有关代币单位的内容
请记得在命令中注明`fee` `gas`字段`fee``amount`的单位为`iris-atto`,但是在命令中为了方便写成`iris`请在以下[文档](../modules/coin/README.md) 了解更多有关代币单位的内容

### 查询验证人信息

Expand Down

0 comments on commit d1cb15d

Please sign in to comment.