Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Jan 31, 2025
1 parent f48b228 commit c49c23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/bitcoin/bitcoin-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { BIP32Factory, BIP32Interface } from 'bip32';
import { Network, address, initEccLib } from 'bitcoinjs-lib';
import { bitcoin, regtest, testnet } from 'bitcoinjs-lib/src/networks.js';
import { Decimal } from 'decimal.js';
import { filter, ifElse, map, pipe, uniq } from 'ramda';
import { uniq } from 'ramda';
import { RawVault } from 'src/models/ethereum-models.js';
import * as ellipticCurveCryptography from 'tiny-secp256k1';

Expand Down

0 comments on commit c49c23e

Please sign in to comment.