mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-19 08:15:08 +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
|
||||
|
||||
|
|
@ -119,7 +119,7 @@ createChannelTx
|
|||
|
||||
## Create anchorpeertx
|
||||
infoln "Generating anchor peer update transactions"
|
||||
createAncorPeerTx
|
||||
createAnchorPeerTx
|
||||
|
||||
FABRIC_CFG_PATH=$PWD/../config/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue