Skip to content

Commit

Permalink
Update dfx-cycles.mdx (#3650)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Mar 6, 2024
1 parent 3001425 commit 8c086cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/cli-reference/dfx-cycles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ You can specify the following options for the `dfx cycles approve` command.

| Option | Description |
|-------------------------------------|----------------------------------------------------------------------------------------|
| `--created-at-time <timestamp>` | Specify the timestamp-nanoseconds for the `created_at_time` field on the transfer request. Useful for controlling transaction-de-duplication. https://internetcomputer.org/docs/current/developer-docs/integrations/icrc-1/#transaction-deduplication- |
| `--created-at-time <timestamp>` | Specify the timestamp-nanoseconds for the `created_at_time` field on the transfer request. Useful for controlling [transaction-de-duplication.](https://internetcomputer.org/docs/current/developer-docs/integrations/icrc-1/#transaction-deduplication) |
| `--expected-allowance <cycles>` | The number of previously approved cycles. See [ICRC-2 specification](https://github.com/dfinity/ICRC-1/blob/main/standards/ICRC-2/README.md) for details. |
| `--expires-at <timestamp>` | Timestamp-nanoseconds until which the approval is valid. None means that the approval is valid indefinitely. |
``
| `--from-subaccount <subaccount>` | Approve cycles to be spent from this subaccount. |
| `--memo <memo>` | Specifies a numeric memo for this transaction. |
| `--spender-subaccount <subaccount>` | Allow this subaccount to spend cycles. |
Expand Down

0 comments on commit 8c086cd

Please sign in to comment.