rename OfferDirection error to undefined in pb
This commit is contained in:
parent
5c9a6b9ed6
commit
c635a4d042
@ -642,7 +642,7 @@ message OfferPayload {
|
|||||||
}
|
}
|
||||||
|
|
||||||
enum OfferDirection {
|
enum OfferDirection {
|
||||||
OFFER_DIRECTION_ERROR = 0;
|
OFFER_DIRECTION_UNDEFINED = 0;
|
||||||
BUY = 1;
|
BUY = 1;
|
||||||
SELL = 2;
|
SELL = 2;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user