mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +00:00
PVF: Add worker check during tests and benches (#1771)
This commit is contained in:
@@ -50,7 +50,7 @@ impl SubstrateCli for Cli {
|
||||
|
||||
fn impl_version() -> String {
|
||||
let commit_hash = env!("SUBSTRATE_CLI_COMMIT_HASH");
|
||||
format!("{NODE_VERSION}-{commit_hash}")
|
||||
format!("{}-{commit_hash}", NODE_VERSION)
|
||||
}
|
||||
|
||||
fn description() -> String {
|
||||
|
||||
Reference in New Issue
Block a user