Skip to content

Commit

Permalink
build(weaver-testnet): refactored Fabric sample network launch script
Browse files Browse the repository at this point in the history
Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
  • Loading branch information
VRamakrishna authored and sandeepnRES committed Sep 12, 2023
1 parent 9974c4b commit ee41066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weaver/tests/network-setups/fabric/dev/scripts/setupCC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CHAINCODE_PATH=$PWD/../shared/chaincode
rm -rf $CHAINCODE_PATH/interop

# interop cc module
INTEROPCC_MOD=github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/contracts/interop/v2
INTEROPCC_MOD=github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/contracts/interop/${CACTI_VERSION%%"."*}

# custom gopath for convenient downloading
mkdir $TMP_PATH
Expand Down

0 comments on commit ee41066

Please sign in to comment.