mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-28 01:53:06 +00:00
bug(wallet): conflicting flag -h for transaction info
This commit is contained in:
parent
fb62143398
commit
a8f41838ac
@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user