securekey / fabric-examples

133 stars 58 forks source link

when run go run fabric-cli.go chaincode query,what is the correct result? #26

Open dddengyunjie opened 5 years ago

dddengyunjie commented 5 years ago

after i run the cmd:go run fabric-cli.go chaincode query --cid orgchannel --ccid ExampleCC --args '{"Func":"query","Args":["A"]}' --peer localhost:7051,localhost:8051 --payload --config ../../test/fixtures/config/config_test_local.yaml the result is: 0 successfull query(s) out of 1 0 successfull query(s) out of 1 0 successfull query(s) out of 1 0 successfull query(s) out of 1 0 successfull query(s) out of 1 0 successfull query(s) out of 1 *** 0 successfull query(s) out of 1


| Response[0]: | | Payload: 1 | Response[1]: | | Payload: 1


is the result correct?