Skip to content

Commit

Permalink
Merge pull request #661 from kaikai1024/default-config
Browse files Browse the repository at this point in the history
Rename config_example to default_config.
  • Loading branch information
kaikai1024 authored Jun 24, 2019
2 parents bc03046 + ec2eab7 commit 9033991
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_cita_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def run_subcmd_create(args, work_dir):
info = ChainInfo(args.chain_name, work_dir)
info.template_create_from_arguments(
args, os.path.join(work_dir, 'scripts/contracts'),
os.path.join(work_dir, 'scripts/config_tool/config_example'))
os.path.join(work_dir, 'scripts/config_tool/default_config'))
info.create_init_data(args.super_admin, args.contract_arguments)
info.create_genesis(args.timestamp, args.init_token, args.resource_dir)
info.enable_tls = args.enable_tls
Expand Down

0 comments on commit 9033991

Please sign in to comment.