mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-19 21:28:46 -04:00
set offer trigger price and state from open offer
This commit is contained in:
parent
e33d93eee8
commit
ca9bdf7c29
5 changed files with 23 additions and 19 deletions
|
@ -1450,12 +1450,11 @@ message Offer {
|
|||
enum State {
|
||||
PB_ERROR = 0;
|
||||
UNKNOWN = 1;
|
||||
SCHEDULED = 2;
|
||||
OFFER_FEE_RESERVED = 3;
|
||||
AVAILABLE = 4;
|
||||
NOT_AVAILABLE = 5;
|
||||
REMOVED = 6;
|
||||
MAKER_OFFLINE = 7;
|
||||
OFFER_FEE_RESERVED = 2;
|
||||
AVAILABLE = 3;
|
||||
NOT_AVAILABLE = 4;
|
||||
REMOVED = 5;
|
||||
MAKER_OFFLINE = 6;
|
||||
}
|
||||
|
||||
OfferPayload offer_payload = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue