optional blind

This commit is contained in:
boufni95 2025-10-06 17:56:13 +00:00
parent 86efd923d6
commit a93aafc8ee
3 changed files with 8 additions and 7 deletions

View file

@ -786,7 +786,7 @@ message OfferConfig {
bool rejectUnauthorized = 9;
int64 createdAtUnix = 10;
int64 updatedAtUnix = 11;
bool blind = 12;
optional bool blind = 12;
}
message UserOffers {