File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
ironfish-cli/src/commands/wallet/transactions Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ import {
11
11
TransactionType ,
12
12
} from '@ironfish/sdk'
13
13
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'
20
20
21
21
const { sort : _ , ...tableFlags } = ui . TableFlags
22
22
export class TransactionsCommand extends IronfishCommand {
You can’t perform that action at this time.
0 commit comments