mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 22:44:25 -08:00
regenerate auction type without on-chain bidding
This commit is contained in:
@@ -9,6 +9,6 @@ message Auction {
|
||||
string index = 1;
|
||||
string name = 2;
|
||||
string description = 3;
|
||||
repeated Bid bids = 4;
|
||||
Bid topBid = 4;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user