Skip to content

Commit

Permalink
fix: add missing import x(
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcrazycoder committed Aug 6, 2023
1 parent 3709caf commit 88f9873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/src/browser-wallets/unisat/signatures.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Psbt } from "bitcoinjs-lib";

import { UnisatSignPSBTOptions } from "./types"
import { isUnisatInstalled } from "./utils"

export async function signPsbt(psbt: Psbt, { finalize = true }: UnisatSignPSBTOptions = {}) {
if (!isUnisatInstalled()) {
Expand Down

0 comments on commit 88f9873

Please sign in to comment.