diff --git a/ironfish-cli/src/commands/wallet/decrypt.ts b/ironfish-cli/src/commands/wallet/decrypt.ts index 177fc07ef6..8e512cecc7 100644 --- a/ironfish-cli/src/commands/wallet/decrypt.ts +++ b/ironfish-cli/src/commands/wallet/decrypt.ts @@ -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 = { diff --git a/ironfish-cli/src/commands/wallet/encrypt.ts b/ironfish-cli/src/commands/wallet/encrypt.ts index 2573ceb8c1..018febb7ba 100644 --- a/ironfish-cli/src/commands/wallet/encrypt.ts +++ b/ironfish-cli/src/commands/wallet/encrypt.ts @@ -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 = { diff --git a/ironfish-cli/src/commands/wallet/lock.ts b/ironfish-cli/src/commands/wallet/lock.ts index 3fc5ce43a1..763f8c8f0c 100644 --- a/ironfish-cli/src/commands/wallet/lock.ts +++ b/ironfish-cli/src/commands/wallet/lock.ts @@ -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 = { diff --git a/ironfish-cli/src/commands/wallet/unlock.ts b/ironfish-cli/src/commands/wallet/unlock.ts index bf874f11c6..1326df62ff 100644 --- a/ironfish-cli/src/commands/wallet/unlock.ts +++ b/ironfish-cli/src/commands/wallet/unlock.ts @@ -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 = {