Skip to content

Commit

Permalink
chore: update documentation: --memo is mandatory for ledger transfer (#…
Browse files Browse the repository at this point in the history
…2631)

# Description

Fixes #1991

# How Has This Been Tested?


# Checklist:

- [x] The title of this PR complies with [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
- [ ] I have edited the CHANGELOG accordingly.
- [ ] I have made corresponding changes to the documentation.
  • Loading branch information
sesi200 authored Oct 11, 2022
1 parent ce9ac3d commit 9de1104
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/cli-reference/dfx-ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,10 @@ You can use the following optional flags with the `dfx ledger transfer` command.

You can specify the following argument for the `dfx ledger transfer` command.

| Argument | Description |
|----------|-------------------------------------------------------------------------------------|
| `<to>` | Specify the Account Identifier or address to which you want to transfer ICP tokens. |
| Argument | Description |
|---------------------|-------------------------------------------------------------------------------------|
| `<to>` | Specify the Account Identifier or address to which you want to transfer ICP tokens. |
| `--memo <memo>` | Specifies a numeric memo for this transaction. |

### Options

Expand All @@ -398,7 +399,6 @@ You can specify the following argument for the `dfx ledger transfer` command.
| `--e8s <e8s>` | Specifies e8s as a whole number, where one e8 is smallest partition of an ICP token. For example, 1.05000000 is 1 ICP and 5000000 e8s. You can use this option alone or in conjunction with the `--icp` option. |
| `--fee <fee>` | Specifies a transaction fee. The default is 10000 e8s. |
| `--icp <icp>` | Specifies ICP as a whole number. You can use this option alone or in conjunction with `--e8s`. |
| `--memo <memo>` | Specifies a numeric memo for this transaction. |

### Examples

Expand Down

0 comments on commit 9de1104

Please sign in to comment.