diff --git a/package.json b/package.json index 81cd53d..d011753 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unisat/ord-utils", - "version": "0.2.7", + "version": "0.2.8", "description": "Ordinals Utils", "keywords": [ "bitcoin", diff --git a/src/LocalWallet.ts b/src/LocalWallet.ts index ac67f46..1ab1e40 100644 --- a/src/LocalWallet.ts +++ b/src/LocalWallet.ts @@ -3,8 +3,8 @@ import { isTaprootInput } from "bitcoinjs-lib/src/psbt/bip371"; import * as ecc from "tiny-secp256k1"; bitcoin.initEccLib(ecc); import ECPairFactory, { ECPairInterface } from "ecpair"; -import { AddressType } from "../src/OrdTransaction"; -import { validator } from "../src/OrdTransaction"; +import { AddressType } from "./OrdTransaction"; +import { validator } from "./OrdTransaction"; const ECPair = ECPairFactory(ecc); export const toXOnly = (pubKey: Buffer) =>