Skip to content

Commit 60a5153

Browse files
asaningmaxchainmastersingh24
authored andcommitted
[FAB-6047] Modify the default channel name
Change-Id: I3a030ca1685c1a99e9a66c1c8a323a531e8305ef Signed-off-by: Liu Minhan <[email protected]> Signed-off-by: Gari Singh <[email protected]>
1 parent 70b472b commit 60a5153

File tree

1 file changed

+1
-1
lines changed
  • orderer/sample_clients/broadcast_config

1 file changed

+1
-1
lines changed

orderer/sample_clients/broadcast_config/client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func main() {
9595
flag.StringVar(&cmd.name, "cmd", "newChain", "The action that this client is requesting via the config transaction.")
9696
flag.StringVar(&cmd.args.consensusType, "consensusType", genConf.Orderer.OrdererType, "In case of a newChain command, the type of consensus the ordering service is running on.")
9797
flag.StringVar(&cmd.args.creationPolicy, "creationPolicy", "AcceptAllPolicy", "In case of a newChain command, the chain creation policy this request should be validated against.")
98-
flag.StringVar(&cmd.args.chainID, "chainID", "NewChannelId", "In case of a newChain command, the chain ID to create.")
98+
flag.StringVar(&cmd.args.chainID, "chainID", "mychannel", "In case of a newChain command, the chain ID to create.")
9999
flag.Parse()
100100

101101
conn, err := grpc.Dial(srv, grpc.WithInsecure())

0 commit comments

Comments
 (0)