mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-08-02 19:46:20 -04:00
fix offer state after restarting
This commit is contained in:
parent
60a9c98285
commit
6fa1db708f
1 changed files with 1 additions and 1 deletions
|
@ -1033,7 +1033,7 @@ test("Can schedule offers with locked funds", async () => {
|
|||
|
||||
// has offer
|
||||
offer = await charlie.getMyOffer(offer.getId());
|
||||
assert.equal(offer.getState(), "UNKNOWN"); // TODO: offer status is unknown after restart
|
||||
assert.equal(offer.getState(), "SCHEDULED");
|
||||
|
||||
// peer does not see offer because it's scheduled
|
||||
await wait(TestConfig.maxTimePeerNoticeMs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue