Skip to content

Commit

Permalink
proto lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Jul 8, 2024
1 parent 21d83d1 commit 0c0f802
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 31 deletions.
6 changes: 2 additions & 4 deletions proto/umee/auction/v1/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ message EventFundRewardsAuction {

// EventRewardsBid is emitted when the user bid the auction rewward.
message EventRewardsBid {
string sender = 1;
// the current auction ID being bid on. Fails if the ID is not an ID of the current auction.
uint32 id = 2;
// amount of the bid in the bond base tokens (uumee)
string sender = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"];
uint32 id = 2;
cosmos.base.v1beta1.Coin amount = 3 [(gogoproto.nullable) = false];
}
52 changes: 25 additions & 27 deletions x/auction/events.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c0f802

Please sign in to comment.