We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3aec79 commit 61ece36Copy full SHA for 61ece36
2 files changed
packages/bitcore-cli/src/wallet.ts
@@ -496,7 +496,6 @@ export class Wallet implements IWallet {
496
497
const isUtxo = BWCUtils.isUtxoChain(txp.chain);
498
const isSvm = BWCUtils.isSvmChain(txp.chain);
499
- const isXrp = BWCUtils.isXrpChain(txp.chain);
500
501
if (isSvm) {
502
throw new Error('TSS wallets do not yet support Solana.');
packages/crypto-wallet-core/src/transactions/xrp/index.ts
@@ -5,7 +5,6 @@ import { HashPrefix } from 'ripple-binary-codec/dist/hash-prefixes';
5
import * as xrpl from 'xrpl';
6
import { BTCTxProvider } from '../btc';
7
import type { Key } from '../../types/derivation';
8
-import { BTCTxProvider } from '../btc';
9
10
export class XRPTxProvider {
11
create(params: {
0 commit comments