Skip to content

Commit

Permalink
RC5.6X
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-headspace committed Nov 22, 2017
1 parent 3f34c8d commit fd7c9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Uber-Lyra/app/invoke-transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ var invokeChaincode = function(peerNames, channelName, chaincodeName, fcn, args,
eh.registerTxEvent(transactionID, (tx, code) => {
clearTimeout(handle);
eh.unregisterTxEvent(transactionID);
eh.disconnect();
//eh.disconnect();

if (code !== 'VALID') {
logger.error(
Expand Down

0 comments on commit fd7c9fa

Please sign in to comment.