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
This line is not executing for me due to that I'm not able to invoke the query: I'm getting console.log for this : Successfully submitted chaincode invoke transaction then nothing please provide me any solution.
invokeTx.on('complete', function(results) {
// Invoke transaction completed successfully
console.log(util.format("\nSuccessfully completed chaincode invoke transaction: request=%j, response=%j", invokeRequest, results));
query();
});
The text was updated successfully, but these errors were encountered:
This line is not executing for me due to that I'm not able to invoke the query: I'm getting console.log for this : Successfully submitted chaincode invoke transaction then nothing please provide me any solution.
invokeTx.on('complete', function(results) {
// Invoke transaction completed successfully
console.log(util.format("\nSuccessfully completed chaincode invoke transaction: request=%j, response=%j", invokeRequest, results));
query();
});
The text was updated successfully, but these errors were encountered: