Skip to content

Commit

Permalink
unhides remaining ledger flags (#5714)
Browse files Browse the repository at this point in the history
sets hidden to false for a few commands that still had the ledger flag hidden
  • Loading branch information
hughy authored Jan 24, 2025
1 parent 5c2f2c4 commit f7a99d8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion ironfish-cli/src/commands/wallet/multisig/dkg/round1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export class DkgRound1Command extends IronfishCommand {
ledger: Flags.boolean({
default: false,
description: 'Perform operation with a ledger device',
hidden: true,
}),
}

Expand Down
1 change: 0 additions & 1 deletion ironfish-cli/src/commands/wallet/multisig/dkg/round2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export class DkgRound2Command extends IronfishCommand {
ledger: Flags.boolean({
default: false,
description: 'Perform operation with a ledger device',
hidden: true,
}),
}

Expand Down
1 change: 0 additions & 1 deletion ironfish-cli/src/commands/wallet/multisig/dkg/round3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export class DkgRound3Command extends IronfishCommand {
ledger: Flags.boolean({
default: false,
description: 'Perform operation with a ledger device',
hidden: true,
}),
createdAt: Flags.integer({
description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export class MultisigIdentityCreate extends IronfishCommand {
ledger: Flags.boolean({
default: false,
description: 'Perform operation with a ledger device',
hidden: true,
}),
}

Expand Down

0 comments on commit f7a99d8

Please sign in to comment.