mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-12-12 23:16:11 -05:00
update to monero-javascript v0.7.10
This commit is contained in:
parent
5fc3cc8982
commit
2980984850
3 changed files with 10 additions and 10 deletions
|
|
@ -176,7 +176,7 @@ const TestConfig = {
|
|||
walletSyncPeriodMs: 5000,
|
||||
maxTimePeerNoticeMs: 5000,
|
||||
maxConcurrency: 14, // max concurrency
|
||||
maxConcurrencyCI: 4, // CI test max concurrency
|
||||
maxConcurrencyCI: 7, // CI test max concurrency
|
||||
stopOnFailure: true,
|
||||
testPayoutConfirmed: true,
|
||||
testPayoutUnlocked: true
|
||||
|
|
@ -376,7 +376,7 @@ async function shutDown() {
|
|||
await Promise.all(promises);
|
||||
|
||||
// terminate monero-javascript worker
|
||||
(await monerojs.LibraryUtils.getWorker()).terminate();
|
||||
await monerojs.LibraryUtils.terminateWorker();
|
||||
}
|
||||
|
||||
// ----------------------------------- TESTS ----------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue