Skip to content

Commit

Permalink
update confio proto path
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Aug 6, 2023
1 parent 729aa0e commit cc15876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proto/ibc/core/commitment/v1/commitment.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package ibc.core.commitment.v1;
option go_package = "github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types";

import "gogoproto/gogo.proto";
import "proofs.proto";
import "confio/proofs.proto";

// MerkleRoot defines a merkle root hash.
// In the Cosmos SDK, the AppHash of a block header becomes the root.
Expand Down
2 changes: 1 addition & 1 deletion proto/ibc/lightclients/tendermint/v1/tendermint.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ option go_package = "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tender

import "tendermint/types/validator.proto";
import "tendermint/types/types.proto";
import "proofs.proto";
import "confio/proofs.proto";
import "google/protobuf/duration.proto";
import "google/protobuf/timestamp.proto";
import "ibc/core/client/v1/client.proto";
Expand Down

0 comments on commit cc15876

Please sign in to comment.