Skip to content

Commit

Permalink
added more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
keruch committed Jul 3, 2024
1 parent c4d7a64 commit 7c85f8c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/types/interchain_da/da.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This file is a modified copy of the interchain-da module proto contract. Source:
// https://github.com/dymensionxyz/interchain-da/blob/main/proto/dymension/interchain_da/da.proto.

syntax = "proto3";
package dymension.interchain_da;

Expand Down
3 changes: 3 additions & 0 deletions proto/types/interchain_da/query.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This file is a modified copy of the interchain-da module proto contract. Source:
// https://github.com/dymensionxyz/interchain-da/blob/main/proto/dymension/interchain_da/query.proto.

syntax = "proto3";
package dymension.interchain_da;

Expand Down
4 changes: 4 additions & 0 deletions proto/types/interchain_da/tx.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// This file is a modified copy of the interchain-da module proto contract. Source:
// https://github.com/dymensionxyz/interchain-da/blob/main/proto/dymension/interchain_da/tx.proto.
// It contains only message definitions but without the Msg service.

syntax = "proto3";
package dymension.interchain_da;

Expand Down

0 comments on commit 7c85f8c

Please sign in to comment.