Marek Krzyżowski

Results 4 comments of Marek Krzyżowski

@MrRancy, I got error when I run tests. You too? I do not have solution yet. Sad.

Hey @Teja-S, Generali my app works on any Go version exept 1.14 but when I run tests I got error provided. No for Go 1.20 I have below code ```go...

One of error says: ```log C:\Users\user\go\pkg\mod\github.com\hyperledger\[email protected]\internal\github.com\hyperledger\fabric\discovery\client\api.go:47:38: undefined: discovery.ChaincodeCall ``` when I go there to `..\api.go:47:38` I see there is real issue: ```go // Peers returns a response for a peer...

That is interested: [Github search: org:hyperledger Peers(invocationChain](https://github.com/search?q=org%3Ahyperledger+Peers%28invocationChain&type=code&l=Go) https://github.com/hyperledger/fabric-sdk-go/blob/7af45cede6afa3939a9574bc9948cca9fb424257/internal/github.com/hyperledger/fabric/discovery/client/api.go#L48 `Peers(invocationChain ...*peer.ChaincodeCall) ([]*Peer, error)` On my libs installed C:\Users\user\go\pkg\mod\github.com\hyperledger\[email protected]\internal\github.com\hyperledger\fabric\discovery\client\api.go `Peers(invocationChain ...*discovery.ChaincodeCall) ([]*Peer, error)`