mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 06:24:26 -08:00
fix ceiling remainder payout + implied auction completion status
This commit is contained in:
@@ -16,6 +16,5 @@ message Auction {
|
||||
string owner = 8;
|
||||
uint64 leaseStart = 9;
|
||||
uint64 leaseEnd = 10;
|
||||
bool closed = 11;
|
||||
string remaining = 12;
|
||||
string remaining = 11;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user