Skip to content

Commit 4fd9611

Browse files
authored
Move transactions list command to index (#5607)
1 parent d5f886c commit 4fd9611

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

ironfish-cli/src/commands/wallet/transactions.ts renamed to ironfish-cli/src/commands/wallet/transactions/index.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ import {
1111
TransactionType,
1212
} from '@ironfish/sdk'
1313
import { Flags } from '@oclif/core'
14-
import { IronfishCommand } from '../../command'
15-
import { RemoteFlags } from '../../flags'
16-
import * as ui from '../../ui'
17-
import { getAssetsByIDs, useAccount } from '../../utils'
18-
import { extractChainportDataFromTransaction } from '../../utils/chainport'
19-
import { Format, TableCols } from '../../utils/table'
14+
import { IronfishCommand } from '../../../command'
15+
import { RemoteFlags } from '../../../flags'
16+
import * as ui from '../../../ui'
17+
import { getAssetsByIDs, useAccount } from '../../../utils'
18+
import { extractChainportDataFromTransaction } from '../../../utils/chainport'
19+
import { Format, TableCols } from '../../../utils/table'
2020

2121
const { sort: _, ...tableFlags } = ui.TableFlags
2222
export class TransactionsCommand extends IronfishCommand {

0 commit comments

Comments
 (0)