From 5eb2fb2ff6e06debfa51c5989a6b1b7bde85558e Mon Sep 17 00:00:00 2001 From: Keith Smith Date: Mon, 8 Jan 2018 15:27:09 -0500 Subject: [PATCH] [FAB-7653] Fix incorrect chaincode location Fix the chaincode location by adding "go" subdirectory to path. Change-Id: Idc72a0f4fcecf519d49a68d141025ada054cf847 Signed-off-by: Keith Smith --- balance-transfer/typescript/README.md | 2 +- balance-transfer/typescript/testAPIs.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/balance-transfer/typescript/README.md b/balance-transfer/typescript/README.md index 6a1828d76c..abbfb12fa8 100644 --- a/balance-transfer/typescript/README.md +++ b/balance-transfer/typescript/README.md @@ -152,7 +152,7 @@ curl -s -X POST \ -d '{ "peers": ["peer1","peer2"], "chaincodeName":"mycc", - "chaincodePath":"github.com/example_cc", + "chaincodePath":"github.com/example_cc/go", "chaincodeVersion":"v0" }' ``` diff --git a/balance-transfer/typescript/testAPIs.sh b/balance-transfer/typescript/testAPIs.sh index a720e53378..63430ad774 100755 --- a/balance-transfer/typescript/testAPIs.sh +++ b/balance-transfer/typescript/testAPIs.sh @@ -82,7 +82,7 @@ curl -s -X POST \ -d '{ "peers": ["peer1", "peer2"], "chaincodeName":"mycc", - "chaincodePath":"github.com/example_cc", + "chaincodePath":"github.com/example_cc/go", "chaincodeVersion":"v0" }' echo @@ -98,7 +98,7 @@ curl -s -X POST \ -d '{ "peers": ["peer1","peer2"], "chaincodeName":"mycc", - "chaincodePath":"github.com/example_cc", + "chaincodePath":"github.com/example_cc/go", "chaincodeVersion":"v0" }' echo