MarketPlace: new srv market added #14

Merged
mapoofano merged 10 commits from MarketPlace into v2 2025-02-19 12:46:29 +00:00
Showing only changes of commit bfcf67c65d - Show all commits

View File

@ -27,7 +27,7 @@ message MarketOrder {
wallet.v1.TransactionList trx = 16; wallet.v1.TransactionList trx = 16;
repeated string tags = 17; repeated string tags = 17;
repeated string comment = 18; repeated string comment = 18;
optional MarketOrder parent = 19; // purchase is done via this field optional MarketOrder source = 19; // purchase is done via this field
// repeated string attachments = 14; // possible files included by seller/buyer // repeated string attachments = 14; // possible files included by seller/buyer
} }