mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-05 07:43:09 +00:00
Merge pull request #303 from logos-blockchain/bug/conflicting-flags
bug(wallet): conflicting flag -h for transaction info
This commit is contained in:
commit
7d48fe70b5
@ -19,7 +19,7 @@ pub enum ChainSubcommand {
|
|||||||
/// Get transaction at hash from sequencer
|
/// Get transaction at hash from sequencer
|
||||||
Transaction {
|
Transaction {
|
||||||
/// hash - valid 32 byte hex string
|
/// hash - valid 32 byte hex string
|
||||||
#[arg(short, long)]
|
#[arg(short = 't', long)]
|
||||||
hash: String,
|
hash: String,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user