You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: