mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-26 16:25:35 -04:00
rename monero-javascript to monero-ts
This commit is contained in:
parent
a1802668b2
commit
162b032166
1 changed files with 2 additions and 2 deletions
|
@ -371,7 +371,7 @@ async function shutDown() {
|
||||||
}
|
}
|
||||||
await Promise.all(promises);
|
await Promise.all(promises);
|
||||||
|
|
||||||
// terminate monero-javascript worker
|
// terminate monero-ts worker
|
||||||
await moneroTs.LibraryUtils.terminateWorker();
|
await moneroTs.LibraryUtils.terminateWorker();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -616,7 +616,7 @@ test("Can manage Monero daemon connections (CI)", async () => {
|
||||||
await user3.setAutoSwitch(true);
|
await user3.setAutoSwitch(true);
|
||||||
|
|
||||||
// stop monerod
|
// 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");
|
await moneroTs.GenUtils.killProcess(monerod2.getProcess(), "SIGKILL");
|
||||||
|
|
||||||
// test auto switch after periodic connection check
|
// test auto switch after periodic connection check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue