mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
Bump to latest Substrate (#706)
* Updates, but won't build. * Bump version. * Fix * Fix test
This commit is contained in:
committed by
Bastian Köcher
parent
be9d1dafb9
commit
b9b802280d
@@ -79,8 +79,8 @@ enum PolkadotSubCommands {
|
||||
ValidationWorker(ValidationWorkerCommand),
|
||||
}
|
||||
|
||||
impl cli::GetLogFilter for PolkadotSubCommands {
|
||||
fn get_log_filter(&self) -> Option<String> { None }
|
||||
impl cli::GetSharedParams for PolkadotSubCommands {
|
||||
fn shared_params(&self) -> Option<&cli::SharedParams> { None }
|
||||
}
|
||||
|
||||
#[derive(Debug, StructOpt, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user