mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-08-05 21:14:22 -04:00
only run CI tests, set fixed difficulty to 150
This commit is contained in:
parent
c81f309fdd
commit
5b7a7beafd
3 changed files with 4 additions and 4 deletions
|
@ -1455,7 +1455,7 @@ test("Cannot make or take offer with insufficient unlocked funds (CI)", async ()
|
|||
if (err) throw err;
|
||||
});
|
||||
|
||||
test("Invalidates offers when reserved funds are spent", async () => {
|
||||
test("Invalidates offers when reserved funds are spent (CI)", async () => {
|
||||
let err;
|
||||
let tx;
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue