Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

message (variable of type protoreflect.ProtoMessage) cannot have dynamic type *orderer.ConsensusRequest (missing method ProtoReflect #11

Open
ahmed82 opened this issue Aug 10, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@ahmed82
Copy link
Member

ahmed82 commented Aug 10, 2023

impossible type switch case: *ab.ConsensusRequest
message (variable of type protoreflect.ProtoMessage) cannot have dynamic type *orderer.ConsensusRequest (missing method ProtoReflect)compilerImpossibleAssert

image

@ahmed82 ahmed82 added the bug Something isn't working label Aug 10, 2023
@ahmed82
Copy link
Member Author

ahmed82 commented Aug 10, 2023

proto.Unmarshal is called. There are two import options :

  • github.com/golang/protobuf/proto"
  • google.golang.org/protobuf/proto"

Try the one that you don't have.

Resolved.............

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant