Skip to content

Commit

Permalink
remove id in localhost (#7577)
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Christopher Goes <cwgoes@pluranimity.org>
  • Loading branch information
3 people authored and clevinson committed Oct 19, 2020
1 parent 3d13b46 commit ab8f89f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 68 deletions.
6 changes: 2 additions & 4 deletions proto/ibc/lightclients/localhost/v1/localhost.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ option go_package = "github.com/cosmos/cosmos-sdk/x/ibc/light-clients/09-localho
// access to keys outside the client prefix.
message ClientState {
option (gogoproto.goproto_getters) = false;
// client id
string id = 1;
// self chain ID
string chain_id = 2 [(gogoproto.moretags) = "yaml:\"chain_id\""];
string chain_id = 1 [(gogoproto.moretags) = "yaml:\"chain_id\""];
// self latest block height
ibc.core.client.v1.Height height = 3 [(gogoproto.nullable) = false];
ibc.core.client.v1.Height height = 2 [(gogoproto.nullable) = false];
}
82 changes: 18 additions & 64 deletions x/ibc/light-clients/09-localhost/types/localhost.pb.go

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

0 comments on commit ab8f89f

Please sign in to comment.