Skip to content

Commit 400b226

Browse files
authored
move wallet:transaction:view -> wallet:transactions:decode (#5253)
1 parent 0ac1c86 commit 400b226

File tree

1 file changed

+3
-2
lines changed
  • ironfish-cli/src/commands/wallet/transactions

1 file changed

+3
-2
lines changed

ironfish-cli/src/commands/wallet/transaction/view.ts renamed to ironfish-cli/src/commands/wallet/transactions/decode.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ import {
2020
renderUnsignedTransactionDetails,
2121
} from '../../../utils/transaction'
2222

23-
export class TransactionViewCommand extends IronfishCommand {
23+
export class TransactionsDecodeCommand extends IronfishCommand {
2424
static description = `View transaction details`
25+
static hiddenAliases = ['wallet:transaction:view']
2526

2627
static flags = {
2728
...RemoteFlags,
@@ -37,7 +38,7 @@ export class TransactionViewCommand extends IronfishCommand {
3738
}
3839

3940
async start(): Promise<void> {
40-
const { flags } = await this.parse(TransactionViewCommand)
41+
const { flags } = await this.parse(TransactionsDecodeCommand)
4142

4243
const client = await this.connectRpc()
4344

0 commit comments

Comments
 (0)