Skip to content

Commit

Permalink
update text to reflect updated code
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh committed Sep 21, 2023
1 parent b33bb0d commit e2b5bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/dev_docs/cli/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ As you can see from the result, this address has a balance of 1000000, as expect

## Sending a Transaction

We can now send a transaction to the network. We will transfer funds from the owner of the initial minted tokens to our other account. For this we will use the `send` command, which expects as arguments the quantity of tokens to be transferred, the sender's address, and the recipient's address. Make sure to replace all addresses in this command with the ones for your run.
We can now send a transaction to the network. We will transfer funds from the owner of the initial minted tokens to our other account. For this we will use the `send` command, which expects as arguments the quantity of tokens to be transferred and the recipient's address.

#include_code send yarn-project/end-to-end/src/cli_docs_sandbox.test.ts bash

Expand Down

0 comments on commit e2b5bb3

Please sign in to comment.