Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 087e797

Browse files
author
Andrew Plaza
committed
Make comment clearer
remove sc-runtime-test from dev-dependencies
1 parent ad6a811 commit 087e797

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/service/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ directories = "2.0.2"
8585

8686
[dev-dependencies]
8787
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
88-
sc-runtime-test = { version = "2.0.0", path = "../executor/runtime-test" }
8988
sp-consensus-babe = { version = "0.8.0", path = "../../primitives/consensus/babe" }
9089
grandpa = { version = "0.8.0", package = "sc-finality-grandpa", path = "../finality-grandpa" }
9190
grandpa-primitives = { version = "2.0.0", package = "sp-finality-grandpa", path = "../../primitives/finality-grandpa" }

client/service/src/client/wasm_overwrite.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ where
117117
}
118118

119119
/// Scrapes a folder for WASM runtimes.
120-
/// Gets the version from the runtime
120+
/// Returns a hashmap of the runtime version and wasm runtime code.
121121
fn scrape_overwrites(dir: &Path, executor: &E) -> Result<HashMap<u32, WasmBlob>> {
122122
let handle_err = |e: std::io::Error | -> sp_blockchain::Error {
123123
sp_blockchain::Error::Msg(format!("{}", e.to_string()))

0 commit comments

Comments
 (0)