bug(wallet): conflicting flag -h for transaction info

This commit is contained in:
Václav Pavlín 2026-01-22 09:29:54 +01:00
parent fb62143398
commit a8f41838ac
No known key found for this signature in database
GPG Key ID: B378FB31BB6D89A5

View File

@ -19,7 +19,7 @@ pub enum ChainSubcommand {
/// Get transaction at hash from sequencer
Transaction {
/// hash - valid 32 byte hex string
#[arg(short, long)]
#[arg(short = 't', long)]
hash: String,
},
}