mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 13:34:26 -08:00
don't tally highest bid in auction struct
This commit is contained in:
@@ -10,6 +10,5 @@ message Auction {
|
||||
string name = 2;
|
||||
string description = 3;
|
||||
repeated Bid bids = 4;
|
||||
uint32 highestBid = 5; // INDEX of highest bid
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user