Skip to content

Commit

Permalink
Merge "[CE-436] Mismatched contents in config.json"
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahaoc1993 authored and Gerrit Code Review committed Aug 28, 2018
2 parents f516693 + 8b1bb18 commit a94c494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "grpc://orderer0:7050"
}
],
"org1": {
"org2": {
"admin": {
"cert": "/first-network/crypto-config/peerOrganizations/org2/users/Admin@org2/msp/signcerts",
"key": "/first-network/crypto-config/peerOrganizations/org2/users/Admin@org2/msp/keystore"
Expand All @@ -40,7 +40,7 @@
"tls_cacerts": "/first-network/crypto-config/peerOrganizations/org2/peers/peer1.org2/tls/ca.crt"
}
},
"org2": {
"org1": {
"admin": {
"cert": "/first-network/crypto-config/peerOrganizations/org1/users/Admin@org1/msp/signcerts",
"key": "/first-network/crypto-config/peerOrganizations/org1/users/Admin@org1/msp/keystore"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "grpc://orderer0:7050"
}
],
"org1": {
"org2": {
"admin": {
"cert": "/first-network/crypto-config/peerOrganizations/org2/users/Admin@org2/msp/signcerts",
"key": "/first-network/crypto-config/peerOrganizations/org2/users/Admin@org2/msp/keystore"
Expand All @@ -40,7 +40,7 @@
"tls_cacerts": "/first-network/crypto-config/peerOrganizations/org2/peers/peer1.org2/tls/ca.crt"
}
},
"org2": {
"org1": {
"admin": {
"cert": "/first-network/crypto-config/peerOrganizations/org1/users/Admin@org1/msp/signcerts",
"key": "/first-network/crypto-config/peerOrganizations/org1/users/Admin@org1/msp/keystore"
Expand Down

0 comments on commit a94c494

Please sign in to comment.