Endorsers Instantiate Chaincode with error “cannot find package”
问题 I created a chaincode and I imported a package to it. import ( "bytes" "encoding/json" "fmt" "strings" "golang.org/x/crypto/bcrypt" "github.com/hyperledger/fabric/core/chaincode/shim" pb "github.com/hyperledger/fabric/protos/peer") I can install that chaincode to all endorsers. But when I instantiated it to all endorsers, it faced the error: endorser failed with error starting container: error starting container: Failed to generate platform-specific docker build: Error returned from build: 1