You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli-reference/dfx-wallet.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ For reference information and examples that illustrate using `dfx wallet` comman
33
33
|[`name`](#dfx-wallet-name) |Returns the name of the cycles wallet if you've used the `dfx wallet set-name` command.
34
34
|[`redeem-faucet-coupon`](#redeem-faucet-coupon)| Redeem a code at the cycles faucet. |
35
35
|[`remove-controller`](#dfx-wallet-remove-controller) |Removes a specified controller from the selected identity's cycles wallet.
36
-
|[`send`](#dfx-wallet-send) |Sends a specified amount of cycles from the selected identity's cycles wallet to another cycles wallet using the destination wallet canister ID.
36
+
|[`send`](#dfx-wallet-send) |Sends a specified amount of cycles from the selected identity's cycles wallet to another canister.
37
37
|[`set-name`](#dfx-wallet-set-name) |Specify a name for your cycles wallet.
38
38
|[`upgrade`](#dfx-wallet-upgrade) |Upgrade the cycles wallet's Wasm module to the current Wasm bundled with DFX.
39
39
@@ -404,7 +404,7 @@ Removed dheus-mqf6t-xafkj-d3tuo-gh4ng-7t2kn-7ikxy-vvwad-dfpgu-em25m-2ae as a con
404
404
405
405
## dfx wallet send
406
406
407
-
Use the `dfx wallet send` command to send cycles from the selected identity's cycles wallet to another cycles wallet using the destination cycle wallet's Canister ID. Keep in mind that the receiving canister must be a cycles wallet or have a `wallet_receive` method to accept the cycles.
407
+
Use the `dfx wallet send` command to send cycles from the selected identity's cycles wallet to canister.
408
408
409
409
### Basic usage
410
410
@@ -427,7 +427,7 @@ You must specify the following arguments for the `dfx wallet send` command.
427
427
428
428
|Argument |Description
429
429
-----------|----------
430
-
|`<destination>` |Specify the destination cycle wallet using its Canister ID.
430
+
|`<destination>` |Specify the destination canister using its Canister ID.
431
431
|`<amount>` |Specify the number of cycles to send.
0 commit comments