调用智能合约方法报错
在命令行部署官方chainmaker-did-sdk-go合约之后生成did报错
./console did gen \
--pk-path=./testdata/pk.pem
--sdk-path=./testdata/sdk_config.yml Error: [ChainMakerDid-DidMethod] send tx failed, err: [send QUERY_CONTRACT failed, grpc connections unavailable, see sdk log file for more details] Usage: console did gen [flags]
Flags: -h, --help help for gen -p, --pk-path string specify storage path of public key -C, --sdk-path string specify the path of ChainMaker's sdk config file
panic: [ChainMakerDid-DidMethod] send tx failed, err: [send QUERY_CONTRACT failed, grpc connections unavailable, see sdk log file for more details]
goroutine 1 [running]: main.main() /home/zk/chainmaker/chainmaker-did-sdk-go/console/main.go:37 +0x295