preserve offers unless invalid #1115

This commit is contained in:
woodser 2024-07-12 14:05:07 -04:00
parent 06b0c20bad
commit d69dcae875
6 changed files with 90 additions and 75 deletions

View file

@ -1393,7 +1393,7 @@ message SignedOffer {
message OpenOffer {
enum State {
PB_ERROR = 0;
SCHEDULED = 1;
PENDING = 1;
AVAILABLE = 2;
RESERVED = 3;
CLOSED = 4;