Skip to content

Commit

Permalink
Fix the field number
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Dec 5, 2022
1 parent 6d80375 commit dba3509
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 85 deletions.
2 changes: 1 addition & 1 deletion proto/lbm/foundation/v1/foundation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ message Member {
string metadata = 2;

// added_at is a timestamp specifying when a member was added.
google.protobuf.Timestamp added_at = 4 [(gogoproto.nullable) = false, (gogoproto.stdtime) = true];
google.protobuf.Timestamp added_at = 3 [(gogoproto.nullable) = false, (gogoproto.stdtime) = true];
}

// MemberRequest represents a foundation member to be used in Msg server requests.
Expand Down
168 changes: 84 additions & 84 deletions x/foundation/foundation.pb.go

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

0 comments on commit dba3509

Please sign in to comment.