Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into make-integration2
Browse files Browse the repository at this point in the history
  • Loading branch information
vporton committed Feb 25, 2025
2 parents 00c51dc + c95eb3e commit a9137e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

### chore: hide `dfx wallet redeem-faucet-coupon`

### docs: fixed description of `dfx cycles balance`

## Dependencies

### Motoko
Expand Down
2 changes: 1 addition & 1 deletion src/dfx/src/commands/cycles/balance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use candid::Principal;
use clap::Parser;
use icrc_ledger_types::icrc1::account::Subaccount;

/// Get the cycle balance of the selected Identity's cycles wallet.
/// Get the cycle balance of the selected Identity's cycles ledger account.
#[derive(Parser)]
pub struct CyclesBalanceOpts {
/// Specifies a Principal to get the balance of
Expand Down

0 comments on commit a9137e8

Please sign in to comment.