Skip to content

Commit

Permalink
Move wallet:accounts -> wallet (#5258)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullSoldier authored Aug 13, 2024
1 parent 014d66b commit bbf8a1e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { RemoteFlags } from '../../flags'
export class AccountsCommand extends IronfishCommand {
static description = `list accounts in the wallet`

static hiddenAliases = ['wallet:accounts']

static flags = {
...RemoteFlags,
displayName: Flags.boolean({
Expand Down

0 comments on commit bbf8a1e

Please sign in to comment.