mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 03:04:25 -08:00
upgrade auction structure ton include denom + no owner in tx
This commit is contained in:
@@ -11,5 +11,6 @@ message Auction {
|
||||
string description = 3;
|
||||
Bid best = 4;
|
||||
uint64 deadline = 5;
|
||||
string denom = 6;
|
||||
string owner = 7;
|
||||
}
|
||||
|
||||
|
||||
@@ -14,9 +14,9 @@ service Msg {
|
||||
|
||||
message MsgNewAuction {
|
||||
string creator = 1;
|
||||
string owner = 2;
|
||||
string name = 3;
|
||||
string description = 4;
|
||||
string name = 2;
|
||||
string description = 3;
|
||||
string denom = 4;
|
||||
}
|
||||
|
||||
message MsgNewAuctionResponse {
|
||||
|
||||
Reference in New Issue
Block a user