Skip to content

Commit bf03a96

Browse files
authored
feat(cli): Unhide multisig commands (#4932)
1 parent 5e5b55a commit bf03a96

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

ironfish-cli/src/commands/wallet/multisig/dealer/create.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { longPrompt } from '../../../../utils/longPrompt'
99

1010
export class MultisigCreateDealer extends IronfishCommand {
1111
static description = `Create a set of multisig accounts from participant identities`
12-
static hidden = true
1312

1413
static flags = {
1514
...RemoteFlags,

ironfish-cli/src/commands/wallet/multisig/dkg/round1.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { selectSecret } from '../../../../utils/multisig'
99

1010
export class DkgRound1Command extends IronfishCommand {
1111
static description = 'Perform round1 of the DKG protocol for multisig account creation'
12-
static hidden = true
1312

1413
static flags = {
1514
...RemoteFlags,

ironfish-cli/src/commands/wallet/multisig/dkg/round2.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { selectSecret } from '../../../../utils/multisig'
99

1010
export class DkgRound2Command extends IronfishCommand {
1111
static description = 'Perform round2 of the DKG protocol for multisig account creation'
12-
static hidden = true
1312

1413
static flags = {
1514
...RemoteFlags,

ironfish-cli/src/commands/wallet/multisig/dkg/round3.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { selectSecret } from '../../../../utils/multisig'
99

1010
export class DkgRound3Command extends IronfishCommand {
1111
static description = 'Perform round3 of the DKG protocol for multisig account creation'
12-
static hidden = true
1312

1413
static flags = {
1514
...RemoteFlags,

0 commit comments

Comments
 (0)