mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-01-12 15:59:56 -05:00
rename monero-javascript to monero-ts
This commit is contained in:
parent
a1802668b2
commit
162b032166
@ -371,7 +371,7 @@ async function shutDown() {
|
||||
}
|
||||
await Promise.all(promises);
|
||||
|
||||
// terminate monero-javascript worker
|
||||
// terminate monero-ts worker
|
||||
await moneroTs.LibraryUtils.terminateWorker();
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user