Skip to content

Commit

Permalink
add 0x prefix and change SuiAddress and ObjectID to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkuo committed May 8, 2022
1 parent db60d79 commit 2951044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/build/wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ OPTIONS:
To view the objects owned by the accounts created in genesis, run the following command (substitute the address with one of the genesis addresses in your wallet):
```shell
$ wallet objects --address 66af3898e7558b79e115ab61184a958497d1905a
$ wallet objects --address 0x66af3898e7558b79e115ab61184a958497d1905a
```
The result should resemble the following, which shows the object in the format of (`object_id`, `sequence_number`, `object_hash`).
Expand Down

0 comments on commit 2951044

Please sign in to comment.