Skip to content

Commit bf97c8f

Browse files
authored
fix typos
1 parent 98f3b1e commit bf97c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/clients/wallet-cli-command.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ This command is used to assign permissions to other accounts, is utilized for **
209209
* active: access to other features of accounts, and access that authorizes a certain feature. Block production authorization is not included if it's for SR purposes.
210210
* witness: only for super representatives, block production authorization will be granted to one of the other users.
211211

212-
**NOTE** the parameter`Permission` must written in JSON format and entered in line. If the owner accountis not SR, then do not assign super representative permission.
212+
**NOTE** the parameter`Permission` must written in JSON format and entered in line. If the owner account is not SR, then do not assign super representative permission.
213213
```shell
214214
wallet> updateaccountpermission TSzdGHnhYnQKFF4LKrRLztkjYAvbNoxnQ8 {"owner_permission":{"keys":[{"address":"TSzdGHnhYnQKFF4LKrRLztkjYAvbNoxnQ8","weight":1}],"threshold":1,"type":0,"permission_name":"owner"},"active_permissions":[{"operations":"7fff1fc0033e0000000000000000000000000000000000000000000000000000","keys":[{"address":"TB9qhqbev6DpX8mxdf3zDdtSQ6GC6Vb6Ej","weight":1},{"address":"TXBpeye7UQ4dDZEnmGDv4vX37mBYDo1tUE","weight":1}],"threshold":2,"type":2,"permission_name":"active12323"}]}
215215
{
@@ -1222,7 +1222,7 @@ wallet> TriggerContract [ownerAddress] [contractAddress] [method] [args] [isHex]
12221222
```
12231223
12241224
* `OwnerAddress `The address of the account that initiated the transaction, optional, default value is the address of the login account.
1225-
* `ContractAddress` is the smart contarct address.
1225+
* `ContractAddress` is the smart contract address.
12261226
* `method` is the name of the function and parameters, please refer to the example below.
12271227
* `args` is a parameter for placeholding, pass '#' instead when `method` does not need extra parameters.
12281228
* `isHex` controls the format of the parameters method and args, whether they are in hex string or not.

0 commit comments

Comments
 (0)