Skip to content

Commit d201af5

Browse files
[FAB-6047] mofidy the default channel name
Change-Id: I3a030ca1685c1a99e9a66c1c8a323a531e8305ef Signed-off-by: asaningmaxchain <cxa13241930467@163.com>
1 parent af6193c commit d201af5

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)