Skip to content

Commit

Permalink
fix: update import in cli (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks authored Nov 9, 2024
1 parent 50399dc commit fed8fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as bitcoinjs from 'bitcoinjs-lib';
import { TransactionSigner } from 'blockstack';
import { DEFAULT_MAX_ID_SEARCH_INDEX } from './argparse';
import { CLINetworkAdapter } from './network';
import { privateKeyToPublic } from '@stacks/transactions/src';
import { privateKeyToPublic } from '@stacks/transactions';

let maxIDSearchIndex = DEFAULT_MAX_ID_SEARCH_INDEX;

Expand Down

0 comments on commit fed8fcc

Please sign in to comment.