Skip to content

Commit 5b2f53e

Browse files
committed
unused import
1 parent 90ecf8f commit 5b2f53e

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

src/commands/wallet/WalletSendCommand.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,11 @@ import {
55
SubCommand,
66
} from 'nest-commander';
77
import { Minter, TX_TYPE } from 'minter-js-sdk';
8-
import {
9-
getPrivateKeyFromSeedPhraseAsync,
10-
getPrivateKeyFromSeedPhrase,
11-
getBaseCoinSymbol,
12-
} from 'minter-js-sdk/src/utils';
138
import { ConfigMinterService } from '../../services/config/minter/config-minter.service';
149
import { parseNumber } from '../../utils/parseNumber';
1510
import { Wallet } from '../../core/Wallet';
1611
import {
1712
CANCEL_MESSAGE,
18-
ConfirmQuestion,
1913
} from '../../questions/ConfirmQuestion';
2014

2115
@SubCommand({

src/commands/wallet/WalletSetCandidateCommand.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { ConfigMinterService } from '../../services/config/minter/config-minter.
99
import { Wallet } from '../../core/Wallet';
1010
import {
1111
CANCEL_MESSAGE,
12-
ConfirmQuestion,
1312
} from '../../questions/ConfirmQuestion';
1413
import { ContentExporter } from '../../services/ContentExporter';
1514

0 commit comments

Comments
 (0)