Skip to content

Commit

Permalink
Merge pull request #157 from thepower/feat/new-msgpack
Browse files Browse the repository at this point in the history
fix: fixed path
  • Loading branch information
jackkru69 authored Aug 16, 2024
2 parents 5d28d3b + f976eff commit 1a24449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tssdk/src/libs/lstore.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { msgPackEncoder } from 'utils/msgpack';
import { msgPackEncoder } from '../utils/msgpack';
import { NetworkApi, TransactionsApi } from '.';
import { AccountKey } from '../typings';

Expand Down
2 changes: 1 addition & 1 deletion packages/tssdk/src/libs/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from 'ecpair';
import ecc from '@bitcoinerlab/secp256k1';
import * as bip66 from 'bip66';
import { msgPackEncoder } from 'utils/msgpack';
import { msgPackEncoder } from '../utils/msgpack';
import { AddressApi } from './address/address';

const ECPair: ECPairAPI = ECPairFactory(ecc);
Expand Down

0 comments on commit 1a24449

Please sign in to comment.