CLI: Modernize decode-transaction
about message
This commit is contained in:
committed by
mergify[bot]
parent
d547585041
commit
fddbfe1052
@ -1934,7 +1934,7 @@ pub fn app<'ab, 'v>(name: &str, about: &'ab str, version: &'v str) -> App<'ab, '
|
|||||||
)
|
)
|
||||||
.subcommand(
|
.subcommand(
|
||||||
SubCommand::with_name("decode-transaction")
|
SubCommand::with_name("decode-transaction")
|
||||||
.about("Decode a base-58 binary transaction")
|
.about("Decode a serialized transaction")
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("transaction")
|
Arg::with_name("transaction")
|
||||||
.index(1)
|
.index(1)
|
||||||
|
Reference in New Issue
Block a user