Skip to content

Commit 8601cb7

Browse files
committed
feat: add multisig signer arg to CreateAccount command
Add support for multisig accounts to the CreateAccount command by including the multisig_signer_arg() argument.
1 parent 7644591 commit 8601cb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clients/cli/src/clap_app.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,6 +1229,7 @@ pub fn app<'a>(
12291229
),
12301230
)
12311231
.arg(owner_address_arg())
1232+
.arg(multisig_signer_arg())
12321233
.nonce_args(true)
12331234
)
12341235
.subcommand(

0 commit comments

Comments
 (0)