mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-06 06:44:26 -08:00
add ceiling to auction structure
This commit is contained in:
@@ -11,6 +11,7 @@ message Auction {
|
||||
string description = 3;
|
||||
Bid best = 4;
|
||||
uint64 deadline = 5;
|
||||
string denom = 6;
|
||||
string owner = 7;
|
||||
string ceiling = 6;
|
||||
string denom = 7;
|
||||
string owner = 8;
|
||||
}
|
||||
|
||||
@@ -16,7 +16,8 @@ message MsgNewAuction {
|
||||
string creator = 1;
|
||||
string name = 2;
|
||||
string description = 3;
|
||||
string denom = 4;
|
||||
string ceiling = 4;
|
||||
string denom = 5;
|
||||
}
|
||||
|
||||
message MsgNewAuctionResponse {
|
||||
|
||||
Reference in New Issue
Block a user