Skip to content

Commit 61ece36

Browse files
committed
lint
1 parent f3aec79 commit 61ece36

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/bitcore-cli/src/wallet.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,6 @@ export class Wallet implements IWallet {
496496

497497
const isUtxo = BWCUtils.isUtxoChain(txp.chain);
498498
const isSvm = BWCUtils.isSvmChain(txp.chain);
499-
const isXrp = BWCUtils.isXrpChain(txp.chain);
500499

501500
if (isSvm) {
502501
throw new Error('TSS wallets do not yet support Solana.');

packages/crypto-wallet-core/src/transactions/xrp/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { HashPrefix } from 'ripple-binary-codec/dist/hash-prefixes';
55
import * as xrpl from 'xrpl';
66
import { BTCTxProvider } from '../btc';
77
import type { Key } from '../../types/derivation';
8-
import { BTCTxProvider } from '../btc';
98

109
export class XRPTxProvider {
1110
create(params: {

0 commit comments

Comments
 (0)