Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Jun 26, 2023
1 parent 394f709 commit a42229a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions proto/interchain_security/ccv/v1/ccv.proto
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,8 @@ message ConsumerPacketData {
}


// [Depreciated] favor using []ConsumerPacketData directly, which can be stored more efficiently.
//
// ConsumerPacketDataList is a list of consumer packet data packets.
// It is only used for genesis to ensure backwards compatibility with older versions of ICS.
// NOTE: It is only used for exporting / importing state in InitGenesis and ExportGenesis.
message ConsumerPacketDataList {
repeated ConsumerPacketData list = 1 [ (gogoproto.nullable) = false ];
}
Expand Down
4 changes: 1 addition & 3 deletions x/ccv/types/ccv.pb.go

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

0 comments on commit a42229a

Please sign in to comment.