Skip to content

Commit

Permalink
Update guide
Browse files Browse the repository at this point in the history
  • Loading branch information
chengwenxi committed Nov 18, 2018
1 parent 4ca9654 commit 39ee58b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/features/bank.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ This module is mainly used to transfer coins between accounts、query account ba

5. Broadcast transactions

Broadcast offline signed transactions. Here you just use the transaction generated by above sign command. Of course, you can generate your signed transaction by any methods, eg. [irisnet-crypto](https://github.com/irisnet/irisnet-crypto).
Broadcast offline signed transactions. Here you can just use the transaction generated by above sign command. Of course, you can generate your signed transaction by any methods, eg. [irisnet-crypto](https://github.com/irisnet/irisnet-crypto).
```bash
iriscli bank broadcast [file]
```
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/features/bank.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@

5. 广播交易

广播离线产生的已签名的交易在这里你只需使用上面的sign命令生成的交易当然您可以通过任何方法生成已签名的交易例如:[irisnet-crypto](https://github.com/irisnet/irisnet-crypto)。
广播离线产生的已签名的交易在这里你可以使用上面的sign命令生成的交易当然您可以通过任何方法生成已签名的交易例如:[irisnet-crypto](https://github.com/irisnet/irisnet-crypto)。
```bash
iriscli bank broadcast [file]
```
Expand Down

0 comments on commit 39ee58b

Please sign in to comment.