Skip to content

Commit

Permalink
[FAB-6047] Modify the default channel name
Browse files Browse the repository at this point in the history
Change-Id: I3a030ca1685c1a99e9a66c1c8a323a531e8305ef
Signed-off-by: Liu Minhan <cxa13241930467@163.com>
Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
  • Loading branch information
asaningmaxchain authored and mastersingh24 committed Oct 3, 2017
1 parent 70b472b commit 60a5153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orderer/sample_clients/broadcast_config/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func main() {
flag.StringVar(&cmd.name, "cmd", "newChain", "The action that this client is requesting via the config transaction.")
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.")
flag.StringVar(&cmd.args.creationPolicy, "creationPolicy", "AcceptAllPolicy", "In case of a newChain command, the chain creation policy this request should be validated against.")
flag.StringVar(&cmd.args.chainID, "chainID", "NewChannelId", "In case of a newChain command, the chain ID to create.")
flag.StringVar(&cmd.args.chainID, "chainID", "mychannel", "In case of a newChain command, the chain ID to create.")
flag.Parse()

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

0 comments on commit 60a5153

Please sign in to comment.