Skip to content

Commit

Permalink
v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
slient-coder committed May 4, 2023
1 parent d0d5a18 commit 1edc604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unisat/ord-utils",
"version": "0.2.7",
"version": "0.2.8",
"description": "Ordinals Utils",
"keywords": [
"bitcoin",
Expand Down
4 changes: 2 additions & 2 deletions src/LocalWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
Expand Down

0 comments on commit 1edc604

Please sign in to comment.