Skip to content

Commit

Permalink
Updated parameter type information in deploy and Woolong examples (ne…
Browse files Browse the repository at this point in the history
…o-project#199)

* correction for parameter types in deploy example

* correction for parameter types in Woolong example code comments
  • Loading branch information
hal0x2328 authored and lllwvlvwlll committed Oct 20, 2017
1 parent 3b27ae5 commit 0183bed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions en-us/sc/tutorial/assets/examples/woolong.cs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ namespace Woolong
/// It will generate 1 new Woolong every time the contract is invoked.
///
/// Note the parameter list below:
/// Parameter List: 05
/// Parameter List: 0710
/// Return List: 05
///
/// 参数:05
/// 参数:0710
/// 返回值:05
/// </summary>
/// <param name="method">
Expand Down
Binary file modified en-us/sc/tutorial/assets/img/deploy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions en-us/sc/tutorial/deploy-invoke.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ The example has been deployed on the testnet and can be accessed at the followin
```

So we use:
* **Parameter List:** 05
* **Return Type:** 05
* **Parameter List:** 0710
* **Return Type:** 05

5. If the contract requires storage (uses the [Read/Write API](../api/neo.md#readwrite-api)), check the **Need Storage** box. The NEP5 standard uses storage to maintain accounts so make sure this is checked when deploying a NEP5 token.

Expand Down

0 comments on commit 0183bed

Please sign in to comment.