We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d6f78 commit cb0e2c5Copy full SHA for cb0e2c5
1 file changed
src/setup-docker/templates/fabric-docker/commands-generated.sh
@@ -216,14 +216,14 @@ notifyOrgsAboutChannels() {
216
"<%= channel.name %>" <% -%>
217
"<%= org.mspName %>" <% -%>
218
"<%= org.cli.address %>" <% -%>
219
- "peer0.<%= org.domain %>" <% -%>
+ "<%= org.headPeer.address %>" <% -%>
220
"<%= channel.ordererHead.fullAddress %>"
221
<% } else { -%>
222
notifyOrgAboutNewChannelTls <% -%>
223
224
225
226
227
"<%= channel.ordererHead.fullAddress %>" <% -%>
228
"crypto-orderer/tlsca.<%= channel.ordererHead.domain %>-cert.pem"
229
<% } -%>
0 commit comments