From 1b0dea11f68e5d268317b2195e986f23251e1f29 Mon Sep 17 00:00:00 2001 From: Pravdyvy <46261001+Pravdyvy@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:02:39 +0200 Subject: [PATCH] Update wallet/src/cli/programs/amm.rs Co-authored-by: Sergio Chouhy <41742639+schouhy@users.noreply.github.com> --- wallet/src/cli/programs/amm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/src/cli/programs/amm.rs b/wallet/src/cli/programs/amm.rs index 1104e0d..5db6238 100644 --- a/wallet/src/cli/programs/amm.rs +++ b/wallet/src/cli/programs/amm.rs @@ -12,7 +12,7 @@ use crate::{ /// Represents generic CLI subcommand for a wallet working with amm program #[derive(Subcommand, Debug, Clone)] pub enum AmmProgramAgnosticSubcommand { - /// Produce a new token + /// Produce a new pool /// /// user_holding_a and user_holding_b must be owned. ///