mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 09:35:10 +00:00
parent
36b5788bad
commit
541cebe154
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ createChannelTx() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
createAncorPeerTx() {
|
createAnchorPeerTx() {
|
||||||
|
|
||||||
for orgmsp in Org1MSP Org2MSP; do
|
for orgmsp in Org1MSP Org2MSP; do
|
||||||
|
|
||||||
|
|
@ -119,7 +119,7 @@ createChannelTx
|
||||||
|
|
||||||
## Create anchorpeertx
|
## Create anchorpeertx
|
||||||
infoln "Generating anchor peer update transactions"
|
infoln "Generating anchor peer update transactions"
|
||||||
createAncorPeerTx
|
createAnchorPeerTx
|
||||||
|
|
||||||
FABRIC_CFG_PATH=$PWD/../config/
|
FABRIC_CFG_PATH=$PWD/../config/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue