mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 04:44:25 -08:00
make bids for lowest rather than highest
This commit is contained in:
@@ -9,7 +9,7 @@ message Auction {
|
||||
string index = 1;
|
||||
string name = 2;
|
||||
string description = 3;
|
||||
Bid topBid = 4;
|
||||
Bid best = 4;
|
||||
uint64 deadline = 5;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user