Skip to content

invokeTx.on('complete') is not executing #24

@ashish9308

Description

@ashish9308

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();
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions