Skip to content

Commit

Permalink
rename monero-javascript to monero-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Oct 13, 2023
1 parent a180266 commit 162b032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HavenoClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ async function shutDown() {
}
await Promise.all(promises);

// terminate monero-javascript worker
// terminate monero-ts worker
await moneroTs.LibraryUtils.terminateWorker();
}

Expand Down Expand Up @@ -616,7 +616,7 @@ test("Can manage Monero daemon connections (CI)", async () => {
await user3.setAutoSwitch(true);

// stop monerod
//await monerod2.stopProcess(); // TODO (monero-javascript): monerod remains available after await monerod.stopProcess() for up to 40 seconds
//await monerod2.stopProcess(); // TODO (monero-ts): monerod remains available after await monerod.stopProcess() for up to 40 seconds
await moneroTs.GenUtils.killProcess(monerod2.getProcess(), "SIGKILL");

// test auto switch after periodic connection check
Expand Down

0 comments on commit 162b032

Please sign in to comment.