From 67b6916b7262f8be92c5071ad8fd84970c0c84c7 Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Tue, 12 May 2026 13:55:30 -0300 Subject: [PATCH] clippy --- wallet/src/cli/account.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/src/cli/account.rs b/wallet/src/cli/account.rs index cb8f28b0..e58ea169 100644 --- a/wallet/src/cli/account.rs +++ b/wallet/src/cli/account.rs @@ -109,7 +109,7 @@ pub enum NewSubcommand { /// Program ID as hex string. program_id: Option, #[arg(long, requires = "pda")] - /// Identifier that diversifies this PDA within the (program_id, seed, npk) family. + /// Identifier that diversifies this PDA within the (`program_id`, seed, npk) family. /// Defaults to a random value if not specified. identifier: Option, },