File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
ironfish-cli/src/commands/wallet/transactions Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ import {
20
20
renderUnsignedTransactionDetails ,
21
21
} from '../../../utils/transaction'
22
22
23
- export class TransactionViewCommand extends IronfishCommand {
23
+ export class TransactionsDecodeCommand extends IronfishCommand {
24
24
static description = `View transaction details`
25
+ static hiddenAliases = [ 'wallet:transaction:view' ]
25
26
26
27
static flags = {
27
28
...RemoteFlags ,
@@ -37,7 +38,7 @@ export class TransactionViewCommand extends IronfishCommand {
37
38
}
38
39
39
40
async start ( ) : Promise < void > {
40
- const { flags } = await this . parse ( TransactionViewCommand )
41
+ const { flags } = await this . parse ( TransactionsDecodeCommand )
41
42
42
43
const client = await this . connectRpc ( )
43
44
You can’t perform that action at this time.
0 commit comments