From 8601cb7ee2cdf9f477dfb78378970f689b402c37 Mon Sep 17 00:00:00 2001 From: dylankyc Date: Sat, 11 Jan 2025 12:04:11 +0800 Subject: [PATCH] feat: add multisig signer arg to CreateAccount command Add support for multisig accounts to the CreateAccount command by including the multisig_signer_arg() argument. --- clients/cli/src/clap_app.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/cli/src/clap_app.rs b/clients/cli/src/clap_app.rs index 814c1c18c..899d224ed 100644 --- a/clients/cli/src/clap_app.rs +++ b/clients/cli/src/clap_app.rs @@ -1229,6 +1229,7 @@ pub fn app<'a>( ), ) .arg(owner_address_arg()) + .arg(multisig_signer_arg()) .nonce_args(true) ) .subcommand(