Skip to content

Commit

Permalink
feat: add multisig signer arg to CreateAccount command
Browse files Browse the repository at this point in the history
Add support for multisig accounts to the CreateAccount command by including
the multisig_signer_arg() argument.
  • Loading branch information
dylankyc committed Jan 11, 2025
1 parent 7644591 commit 8601cb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/cli/src/clap_app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,7 @@ pub fn app<'a>(
),
)
.arg(owner_address_arg())
.arg(multisig_signer_arg())
.nonce_args(true)
)
.subcommand(
Expand Down

0 comments on commit 8601cb7

Please sign in to comment.