Skip to content

Commit

Permalink
fixed revert's errors
Browse files Browse the repository at this point in the history
  • Loading branch information
leobragaz committed May 7, 2021
1 parent 521e59b commit ca22411
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 479 deletions.
26 changes: 0 additions & 26 deletions proto/desmos/profiles/v1beta1/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -45,32 +45,6 @@ message Profile {
];
}

// Profile represents a generic first on Desmos, containing the information of a
// single user
message Profile016 {
option (gogoproto.goproto_getters) = false;
option (gogoproto.goproto_stringer) = false;

google.protobuf.Any account = 1
[(cosmos_proto.accepts_interface) = "AccountI"];
string dtag = 2 [
(gogoproto.moretags) = "yaml:\"dtag\"",
(gogoproto.customname) = "DTag"
];
string moniker = 3 [(gogoproto.moretags) = "yaml:\"moniker\""];
string bio = 4 [(gogoproto.moretags) = "yaml:\"bio\""];
Pictures pictures = 5 [
(gogoproto.nullable) = false,
(gogoproto.moretags) = "yaml:\"pictures\""
];
google.protobuf.Timestamp creation_date = 6 [
(gogoproto.stdtime) = true,
(gogoproto.moretags) = "yaml:\"creation_date\"",
(gogoproto.jsontag) = "creation_date",
(gogoproto.nullable) = false
];
}

// ___________________________________________________________________________________________________________________

// DTagTransferRequest represent a DTag transfer request between two users
Expand Down
Loading

0 comments on commit ca22411

Please sign in to comment.