mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-23 04:29:22 +00:00
rename OfferDirection error to undefined in pb
This commit is contained in:
parent
5c9a6b9ed6
commit
c635a4d042
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue