diff --git a/services/rbf-service.ts b/services/rbf-service.ts index f315508..e48d3d5 100644 --- a/services/rbf-service.ts +++ b/services/rbf-service.ts @@ -8,12 +8,9 @@ import { loadBip32Module } from './bip32-loader'; import { ensureECC } from './bitcoin-service'; import { esploraGet } from './esplora-service'; import { - validateECCLibrary, validateECCLibraryFull, estimateTransactionSize, deriveAddressIndexAndChainFromAddress, - deriveAddressIndexFromAddress, - findNextUnusedAddressIndex, generateCancellationAddress, clearAddressIndexCache, } from './ecc-utils'; @@ -35,8 +32,6 @@ const NON_RBF_SEQUENCE = 0xFFFFFFFF; */ const MIN_RBF_FEE_INCREASE_RATE = 0.1; -// validateECCLibrary is imported from ecc-utils.ts - export interface EsploraTransactionVin { txid?: string; vout?: number;