MarketPlace: source instead of parent

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-02-15 16:27:10 +03:30
parent d727e8cd59
commit bfcf67c65d
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

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
} }