mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 00:41:03 +00:00
Make the node version independent of the crate version (#1495)
This commit is contained in:
@@ -19,5 +19,5 @@
|
||||
polkadot_node_core_pvf_common::decl_worker_main!(
|
||||
"execute-worker",
|
||||
polkadot_node_core_pvf_execute_worker::worker_entrypoint,
|
||||
env!("SUBSTRATE_CLI_IMPL_VERSION")
|
||||
polkadot_cli::NODE_VERSION,
|
||||
);
|
||||
|
||||
@@ -19,5 +19,5 @@
|
||||
polkadot_node_core_pvf_common::decl_worker_main!(
|
||||
"prepare-worker",
|
||||
polkadot_node_core_pvf_prepare_worker::worker_entrypoint,
|
||||
env!("SUBSTRATE_CLI_IMPL_VERSION")
|
||||
polkadot_cli::NODE_VERSION,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user