update refs (#2041)

This commit is contained in:
Svyatoslav Nikolsky
2023-04-13 15:55:02 +03:00
committed by Bastian Köcher
parent b8f4086095
commit bd583d6334
5 changed files with 34 additions and 17 deletions
+2 -2
View File
@@ -164,7 +164,7 @@ pub fn run() -> sc_cli::Result<()> {
builder.with_colors(false);
let _ = builder.init();
polkadot_node_core_pvf::prepare_worker_entrypoint(&cmd.socket_path);
polkadot_node_core_pvf::prepare_worker_entrypoint(&cmd.socket_path, None);
Ok(())
},
Some(crate::cli::Subcommand::PvfExecuteWorker(cmd)) => {
@@ -172,7 +172,7 @@ pub fn run() -> sc_cli::Result<()> {
builder.with_colors(false);
let _ = builder.init();
polkadot_node_core_pvf::execute_worker_entrypoint(&cmd.socket_path);
polkadot_node_core_pvf::execute_worker_entrypoint(&cmd.socket_path, None);
Ok(())
},
None => {