mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-19 21:28:46 -04:00
only remove trade if not in funded state
track sent vs seen deposit request state cleanup trade phases
This commit is contained in:
parent
25b2d6591a
commit
cebdef31c0
13 changed files with 66 additions and 62 deletions
|
@ -1663,9 +1663,9 @@ message Trade {
|
|||
enum Phase {
|
||||
PB_ERROR_PHASE = 0;
|
||||
INIT = 1;
|
||||
TAKER_FEE_PUBLISHED = 2;
|
||||
DEPOSIT_PUBLISHED = 3;
|
||||
DEPOSIT_CONFIRMED = 4;
|
||||
DEPOSIT_REQUESTED = 2;
|
||||
DEPOSITS_PUBLISHED = 3;
|
||||
DEPOSITS_CONFIRMED = 4;
|
||||
PAYMENT_SENT = 5;
|
||||
PAYMENT_RECEIVED = 6;
|
||||
PAYOUT_PUBLISHED = 7;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue