File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
ironfish-cli/src/commands/wallet/multisig Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import { longPrompt } from '../../../../utils/longPrompt'
9
9
10
10
export class MultisigCreateDealer extends IronfishCommand {
11
11
static description = `Create a set of multisig accounts from participant identities`
12
- static hidden = true
13
12
14
13
static flags = {
15
14
...RemoteFlags ,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import { selectSecret } from '../../../../utils/multisig'
9
9
10
10
export class DkgRound1Command extends IronfishCommand {
11
11
static description = 'Perform round1 of the DKG protocol for multisig account creation'
12
- static hidden = true
13
12
14
13
static flags = {
15
14
...RemoteFlags ,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import { selectSecret } from '../../../../utils/multisig'
9
9
10
10
export class DkgRound2Command extends IronfishCommand {
11
11
static description = 'Perform round2 of the DKG protocol for multisig account creation'
12
- static hidden = true
13
12
14
13
static flags = {
15
14
...RemoteFlags ,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import { selectSecret } from '../../../../utils/multisig'
9
9
10
10
export class DkgRound3Command extends IronfishCommand {
11
11
static description = 'Perform round3 of the DKG protocol for multisig account creation'
12
- static hidden = true
13
12
14
13
static flags = {
15
14
...RemoteFlags ,
You can’t perform that action at this time.
0 commit comments