Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cris committed Jul 5, 2019
1 parent 9630c9c commit e7f5118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dapp-development/rpc/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ The parameters of the `call` method are the same as the [SendTransaction](rpc_ad
`contract` transaction contract object for call smart contract.

* Sub properties(**`source` and `sourceType` are not need**):
* `function` the contract call function for call contarct function.
* `function` the contract call function for call contract function.
* `args` the params of contract. The args content is JSON string of parameters array.

###### Returns
Expand Down

0 comments on commit e7f5118

Please sign in to comment.