Skip to content

Commit

Permalink
fix: getElectrumClient import
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Jun 26, 2024
1 parent e0bbf7e commit 6bfeeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/apps/nodejs/test_basic_workflow2.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ async function walletTransfersToItselfTillLocktimeReachesBlockHeightAndWithdraw(

console.log("coin: ", coin);

const electrumClient = await mercurynodejslib.getElectrumClient(clientConfig);
const electrumClient = await getElectrumClient(clientConfig);

let block_header = await electrumClient.request('blockchain.headers.subscribe');
let currentBlockHeight = block_header.height;
Expand Down

0 comments on commit 6bfeeef

Please sign in to comment.