Skip to content

Commit

Permalink
move wallet:transaction:view -> wallet:transactions:decode (#5253)
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-if committed Aug 13, 2024
1 parent 0ac1c86 commit 400b226
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ import {
renderUnsignedTransactionDetails,
} from '../../../utils/transaction'

export class TransactionViewCommand extends IronfishCommand {
export class TransactionsDecodeCommand extends IronfishCommand {
static description = `View transaction details`
static hiddenAliases = ['wallet:transaction:view']

static flags = {
...RemoteFlags,
Expand All @@ -37,7 +38,7 @@ export class TransactionViewCommand extends IronfishCommand {
}

async start(): Promise<void> {
const { flags } = await this.parse(TransactionViewCommand)
const { flags } = await this.parse(TransactionsDecodeCommand)

const client = await this.connectRpc()

Expand Down

0 comments on commit 400b226

Please sign in to comment.