Skip to content

Commit

Permalink
fix: getAddressWrapper import in index
Browse files Browse the repository at this point in the history
  • Loading branch information
qperrot committed Nov 19, 2024
1 parent 517fa44 commit 48c66c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/coin-modules/coin-vechain/src/bridge/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
makeSync,
} from "@ledgerhq/coin-framework/bridge/jsHelpers";
import { SignerContext } from "@ledgerhq/coin-framework/signer";
import getAddressWrapper from "@ledgerhq/coin-framework/lib/bridge/getAddressWrapper";
import getAddressWrapper from "@ledgerhq/coin-framework/bridge/getAddressWrapper";
import { getTransactionStatus } from "./getTransactionStatus";
import { estimateMaxSpendable } from "./estimateMaxSpendable";
import { prepareTransaction } from "./prepareTransaction";
Expand Down

0 comments on commit 48c66c4

Please sign in to comment.