mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-08-05 21:14:22 -04:00
fix error sending keep alive request by resetting maker after restart
This commit is contained in:
parent
30dd997810
commit
291e18f709
3 changed files with 34 additions and 26 deletions
|
@ -1255,6 +1255,7 @@ test("Can schedule offers with locked funds (CI)", async () => {
|
|||
const user3Config = {appName: user3.getAppName()};
|
||||
await releaseHavenoProcess(user3);
|
||||
user3 = await initHaveno(user3Config);
|
||||
ctx.maker = user3;
|
||||
|
||||
// has offer
|
||||
offer = await user3.getMyOffer(offer.getId());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue