Update wallet/src/cli/programs/amm.rs

Co-authored-by: Sergio Chouhy <41742639+schouhy@users.noreply.github.com>
This commit is contained in:
Pravdyvy 2025-12-19 19:02:39 +02:00 committed by GitHub
parent c1283d4a0c
commit 1b0dea11f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
///