Skip to content

Commit

Permalink
Update wallet.md (MystenLabs#790)
Browse files Browse the repository at this point in the history
Fix some broken links in Wallet
  • Loading branch information
Clay-Mysten authored Mar 12, 2022
1 parent c968744 commit 94e478e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/src/build/wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ such other object transfers or smart contract (Move) calls. These
numbers represent a sample configuration and have been chosen somewhat
arbitrarily; the process of generating the genesis state can be
customized with additional accounts, objects, code, etc. as described
in [Genesis customization](#genesis-customization).
in [Genesis customization](#customize-genesis).

The network configuration is stored in `network.conf` and
can be used subsequently to start the network. `wallet.conf` and `wallet.key` are
Expand Down Expand Up @@ -489,7 +489,7 @@ public fun transfer(c: Coin::Coin<GAS>, recipient: address, _ctx: &mut TxContext
Please note that there is no real need to use a Move call to transfer
objects as this can be accomplish with a built-in wallet
[command](#transfering-objects) - we chose this example due to its
[command](#transferring-objects) - we chose this example due to its
simplicity.
Expand Down Expand Up @@ -525,9 +525,9 @@ parameters one-by-one:
- `--function` - name of the function to be called
- `--module` - name of the module containing the function
- `--package` - ID of the package object where the module containing
the function is located ([remember](#a-quick-look-at-the-gas-module)
the function is located. (Remember
that the ID of the genesis Sui package containing the GAS module is
defined in its manifest file, and is equal to `0x2`)
defined in its manifest file, and is equal to `0x2`.)
- `args` - a list of function arguments:
- ID of the gas object representing the `c` parameter of the `transfer`
function
Expand Down

0 comments on commit 94e478e

Please sign in to comment.