Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fee.md #2615

Merged
merged 2 commits into from
Apr 21, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/zh/concepts/fee.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Gas价格 = 交易费 / Gas上限,代表用户为每个单位的资源消耗
iris tx bank send <from_address> <to_address> 1iris --fees=0.3iris --gas=50000 --chain-id=irishub --from=<key-name>
```

在这个示例中执行的是转账操作,这里设定的交易费上限`--fee`为0.3iris,Gas上限`--gas`为50000,Gas价格就是 6000iris-nano/Gas。假设执行交易总共需要10000个Gas,那么会有 0.06iris 的交易费被支付给验证人节点;剩余的 0.24iris 会被退还给用户。
在这个示例中执行的是转账操作,这里设定的交易费上限`--fee`为0.3iris,Gas上限`--gas`为50000,Gas价格就是 0.000006iris/Gas。假设执行交易总共需要10000个Gas,那么会有 0.06iris 的交易费被支付给验证人节点;剩余的 0.24iris 会被退还给用户。