diff --git a/docs/features/bank.md b/docs/features/bank.md index 1a2359087..e64829ec9 100644 --- a/docs/features/bank.md +++ b/docs/features/bank.md @@ -61,7 +61,7 @@ This module is mainly used to transfer coins between accounts、query account ba 3. Transfer between accounts - For example, transfer from account A to account B10iris: + For example, transfer 10iris from account A to account B: ```bash iriscli bank send --to [address of wallet B] --amount=10iris --fee=0.004iris --from=[key name of wallet A] --chain-id=[chain-id] ``` @@ -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] ``` diff --git a/docs/zh/features/bank.md b/docs/zh/features/bank.md index c90878f5f..7da520a5c 100644 --- a/docs/zh/features/bank.md +++ b/docs/zh/features/bank.md @@ -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] ```