Skip to content

Commit

Permalink
fix: remove extra transfer arg in CLI Guide (#1887)
Browse files Browse the repository at this point in the history
Removes an extra arg in the CLI guide since the interface changed.


# Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if
the PR is ready to merge.
- [ ] If the pull request requires a cryptography review (e.g.
cryptographic algorithm implementations) I have added the 'crypto' tag.
- [x] I have reviewed my diff in github, line by line and removed
unexpected formatting changes, testing logs, or commented-out code.
- [x] Every change is related to the PR description.
- [ ] I have
[linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
this pull request to relevant issues (if any exist).
  • Loading branch information
critesjosh authored Aug 30, 2023
1 parent e317972 commit 55728b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/dev_docs/getting_started/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ We can now send a transaction to the network. We will transfer funds from the ow

```bash
% aztec-cli send transfer \
--args 543 $ADDRESS $ADDRESS2 \
--args 543 $ADDRESS2 \
--contract-abi PrivateTokenContractAbi \
--contract-address $CONTRACT_ADDRESS \
--private-key $PRIVATE_KEY
Expand Down

0 comments on commit 55728b8

Please sign in to comment.