From 4b2de4c33506d8b2467b91def69f802969e999bb Mon Sep 17 00:00:00 2001 From: Jon C Date: Thu, 21 Sep 2023 15:21:41 +0200 Subject: [PATCH] token-cli: Support offline signing for update-metadata --- token/cli/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/token/cli/src/main.rs b/token/cli/src/main.rs index fa3f25a16ff..7d5e585c909 100644 --- a/token/cli/src/main.rs +++ b/token/cli/src/main.rs @@ -3174,6 +3174,8 @@ fn app<'a, 'b>( .takes_value(true) .help("Specify the metadata update authority keypair. Defaults to the client keypair.") ) + .nonce_args(true) + .offline_args(), ) .subcommand( SubCommand::with_name(CommandName::CreateAccount.into())