Skip to content

Commit

Permalink
fix: package import
Browse files Browse the repository at this point in the history
  • Loading branch information
pastaghost committed Mar 5, 2024
1 parent b3e49a0 commit 31f0826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hdwallet-native/src/networks.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as core from "@keepkey/hdwallet-core";
import * as bitcoin from "bitcoinjs-lib";
import * as bitcoin from "@shapeshiftoss/bitcoinjs-lib";

import { BTCScriptType } from "./bitcoin";

Expand Down

0 comments on commit 31f0826

Please sign in to comment.