Skip to content

Commit c22ee64

Browse files
author
Nao Nishijima
committed
Fix typo in NodeSDK docs
Add missing parentheses in HFC sample. Change-Id: I2cd54231e86eaa8861bf13b536119de9716a5352 Signed-off-by: Nao Nishijima <[email protected]>
1 parent 8a19aba commit c22ee64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Setup/NodeSDK-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function handleUserRequest(userName, chaincodeID, fcn, args) {
147147
});
148148
// Listen for the 'complete' event.
149149
tx.on('complete', function(results) {
150-
console.log("completed invoke: %j",results;
150+
console.log("completed invoke: %j",results);
151151
});
152152
// Listen for the 'error' event.
153153
tx.on('error', function(err) {

0 commit comments

Comments
 (0)