Skip to content

Commit

Permalink
Remove not-ready links in index.md, fix a bug in chapter 1 (MystenLab…
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfind authored Apr 13, 2022
1 parent 119673c commit 76cde01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ The newly published package object: (57258F32746FD1443F2A077C0C6EC03282087C19, S
Note that the exact data you see will be different. The first hex string in that triple is the package object ID (`57258F32746FD1443F2A077C0C6EC03282087C19` in this case).
Next we can call the function to create a color object:
```
$ wallet call --gas-budget 1000 --package "57258F32746FD1443F2A077C0C6EC03282087C19" --module "Ch1" --function "create" --args 0 255 0
$ wallet call --gas-budget 1000 --package "57258F32746FD1443F2A077C0C6EC03282087C19" --module "ColorObject" --function "create" --args 0 255 0
```
In the **Transaction Effects** portion of the output, you will see an object showing up in the list of **Created Objects**, like this:

Expand Down

0 comments on commit 76cde01

Please sign in to comment.