Update Substrate reference (#604)

This commit is contained in:
Svyatoslav Nikolsky
2021-01-04 23:52:58 +03:00
committed by Bastian Köcher
parent 481a3fff19
commit 0624fd0d94
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ pub fn run() -> sc_cli::Result<()> {
Ok(())
}
}
Some(Subcommand::Key(cmd)) => cmd.run(),
Some(Subcommand::Key(cmd)) => cmd.run(&cli),
Some(Subcommand::Sign(cmd)) => cmd.run(),
Some(Subcommand::Verify(cmd)) => cmd.run(),
Some(Subcommand::Vanity(cmd)) => cmd.run(),