mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
add full path to off chain data sample
Signed-off-by: Nikhil Gupta <ngupta@symbridge.com>
This commit is contained in:
parent
541cebe154
commit
2e4a3275ce
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ starttime=$(date +%s)
|
|||
pushd ../test-network
|
||||
./network.sh down
|
||||
./network.sh up createChannel -ca -s couchdb
|
||||
./network.sh deployCC
|
||||
./network.sh deployCC -ccn basic -ccp ../asset-transfer-basic/chaincode-go/ -ccl go
|
||||
|
||||
popd
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue