mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
companion for substrate#7474 (#1985)
* include new parameter in test `Configuration` * update calls to `init_logger` * "Update Substrate" * cargo update -p sp-io Co-authored-by: Matt <mattrutherford@users.noreply.github.com> Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -216,7 +216,7 @@ pub fn run() -> Result<()> {
|
||||
})
|
||||
},
|
||||
Some(Subcommand::ValidationWorker(cmd)) => {
|
||||
let _ = sc_cli::init_logger("", sc_tracing::TracingReceiver::Log, None);
|
||||
let _ = sc_cli::init_logger("", sc_tracing::TracingReceiver::Log, None, false);
|
||||
|
||||
if cfg!(feature = "browser") || cfg!(target_os = "android") {
|
||||
Err(sc_cli::Error::Input("Cannot run validation worker in browser".into()))
|
||||
|
||||
Reference in New Issue
Block a user