Skip to content

Commit

Permalink
feat(cli): Unhide encryption CLI commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanjadvani committed Sep 19, 2024
1 parent 6fbfd31 commit 8dcdbbf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions ironfish-cli/src/commands/wallet/decrypt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { RemoteFlags } from '../../flags'
import { inputPrompt } from '../../ui'

export class DecryptCommand extends IronfishCommand {
static hidden = true

static description = 'decrypt accounts in the wallet'

static flags = {
Expand Down
2 changes: 0 additions & 2 deletions ironfish-cli/src/commands/wallet/encrypt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { RemoteFlags } from '../../flags'
import { inputPrompt } from '../../ui'

export class EncryptCommand extends IronfishCommand {
static hidden = true

static description = 'encrypt accounts in the wallet'

static flags = {
Expand Down
2 changes: 0 additions & 2 deletions ironfish-cli/src/commands/wallet/lock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import { IronfishCommand } from '../../command'
import { RemoteFlags } from '../../flags'

export class LockCommand extends IronfishCommand {
static hidden = true

static description = 'lock accounts in the wallet'

static flags = {
Expand Down
2 changes: 0 additions & 2 deletions ironfish-cli/src/commands/wallet/unlock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { RemoteFlags } from '../../flags'
import { inputPrompt } from '../../ui'

export class UnlockCommand extends IronfishCommand {
static hidden = true

static description = 'unlock accounts in the wallet'

static flags = {
Expand Down

0 comments on commit 8dcdbbf

Please sign in to comment.