We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f98db6 commit 4fdef52Copy full SHA for 4fdef52
ironfish-cli/src/commands/wallet/multisig/dkg/create.ts
@@ -92,7 +92,7 @@ export class DkgCreateCommand extends IronfishCommand {
92
let multisigClient: MultisigClient | null = null
93
if (flags.server) {
94
let sessionId = flags.sessionId
95
- if (!sessionId) {
+ if (!sessionId && !flags.totalParticipants && !flags.minSigners) {
96
sessionId = await ui.inputPrompt(
97
'Enter the ID of a multisig session to join, or press enter to start a new session',
98
false,
0 commit comments