Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
WIP
Forked at: 9195fac
Parent branch: origin/master
  • Loading branch information
cecton committed Feb 5, 2020
commit eec9c0e5756080dc956978e839d0031f59fe2a1c
2 changes: 1 addition & 1 deletion bin/node-template/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub fn run(version: VersionInfo) -> error::Result<()>
{
let opt = sc_cli::from_args::<Cli>(&version);

let mut config = sc_service::Configuration::new(&version);
let config = sc_service::Configuration::new(&version);

match opt.subcommand {
Some(subcommand) => sc_cli::run_subcommand(
Expand Down