mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 15:57:55 +00:00
Update Substrate reference (#604)
This commit is contained in:
committed by
Bastian Köcher
parent
481a3fff19
commit
0624fd0d94
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user