Skip to content

Commit

Permalink
fix: Bitcoin canister undefined functions
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Jun 4, 2024
1 parent 7d6981c commit b0e272d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ckbtc/src/bitcoin.canister.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import type {
_SERVICE as BitcoinService,
get_utxos_response,
} from "../candid/bitcoin";
import { idlFactory as certifiedIdlFactory } from "../candid/minter.certified.idl";
import { idlFactory } from "../candid/minter.idl";
import { idlFactory as certifiedIdlFactory } from "../candid/bitcoin.certified.idl";
import { idlFactory } from "../candid/bitcoin.idl";
import { toGetUtxosParams, type GetUtxosParams } from "./types/bitcoin.params";
import type { CkBTCCanisterOptions } from "./types/canister.options";

Expand Down

0 comments on commit b0e272d

Please sign in to comment.