mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 11:35:10 +00:00
is the parameter -ca -s couchdb must set up
Signed-off-by: SamYuan1990 <yy19902439@126.com>
This commit is contained in:
parent
0998528b3e
commit
aaf02161df
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ function print() {
|
||||||
|
|
||||||
function createNetwork() {
|
function createNetwork() {
|
||||||
print "Creating network"
|
print "Creating network"
|
||||||
./network.sh up createChannel -ca -s couchdb -i "${FABRIC_VERSION}"
|
./network.sh up createChannel -i "${FABRIC_VERSION}"
|
||||||
print "Deploying ${CHAINCODE_NAME} chaincode"
|
print "Deploying ${CHAINCODE_NAME} chaincode"
|
||||||
./network.sh deployCC -ccn "${CHAINCODE_NAME}" -ccv 1 -ccs 1 -ccl "${CHAINCODE_LANGUAGE}"
|
./network.sh deployCC -ccn "${CHAINCODE_NAME}" -ccv 1 -ccs 1 -ccl "${CHAINCODE_LANGUAGE}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue