diff --git a/Makefile b/Makefile index e6b7bd4c9..1c65ccbf6 100644 --- a/Makefile +++ b/Makefile @@ -309,9 +309,12 @@ protogen_local: go_protoc-go-inject-tag ## Generate go structures for all of the $(PROTOC_SHARED) -I=./p2p/types/proto --go_out=./p2p/types ./p2p/types/proto/*.proto # IBC - $(PROTOC_SHARED) -I=./ibc/types/proto --go_out=./ibc/types ./ibc/types/proto/*.proto - $(PROTOC_SHARED) -I=./ibc/client/types/proto --go_out=./ibc/client/types ./ibc/client/types/proto/*.proto - $(PROTOC_SHARED) -I=./ibc/client/light_clients/types/proto --go_out=./ibc/client/light_clients/types ./ibc/client/light_clients/types/proto/*.proto +# $(PROTOC_SHARED) -I=./ibc/types/proto --go_out=./ibc/types ./ibc/types/proto/*.proto +# $(PROTOC_SHARED) -I=./ibc/client/types/proto --go_out=./ibc/client/types ./ibc/client/types/proto/*.proto +# $(PROTOC_SHARED) -I=./ibc/client/light_clients/types/proto --go_out=./ibc/client/light_clients/types ./ibc/client/light_clients/types/proto/*.proto + $(PROTOC_SHARED) -I=./ibc/ --go_out=./ibc/types ./ibc/types/proto/*.proto + $(PROTOC_SHARED) -I=./ibc/ --go_out=./ibc/client/types ./ibc/client/types/proto/*.proto + $(PROTOC_SHARED) -I=./ibc/ --go_out=./ibc/client/light_clients/types ./ibc/client/light_clients/types/proto/*.proto # echo "View generated proto files by running: make protogen_show" diff --git a/ibc/client/light_clients/types/proto/pocket.proto b/ibc/client/light_clients/types/proto/pocket.proto index 240b7f983..cca3df7a9 100644 --- a/ibc/client/light_clients/types/proto/pocket.proto +++ b/ibc/client/light_clients/types/proto/pocket.proto @@ -5,7 +5,7 @@ package core; option go_package = "github.com/pokt-network/pocket/ibc/client/light_client/types"; import "google/protobuf/timestamp.proto"; -import "github.com/pokt-network/pocket/ibc/client/types/proto/wasm.proto"; +import "client/types/proto/wasm.proto"; // PocketConsensusState defines the ibc client consensus state for Pocket message PocketConsensusState {