mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 05:04:25 -08:00
regenerate auction type
This commit is contained in:
@@ -7,8 +7,7 @@ message Auction {
|
||||
string index = 1;
|
||||
string name = 2;
|
||||
string description = 3;
|
||||
string bids = 4;
|
||||
string highestBid = 5;
|
||||
|
||||
uint32 bids = 4;
|
||||
uint32 highestBid = 5;
|
||||
}
|
||||
|
||||
|
||||
@@ -5,5 +5,4 @@ option go_package = "cosmos-test/x/cosmostest/types";
|
||||
|
||||
message NextAuction {
|
||||
uint64 auctionId = 1;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user