Skip to content

Commit

Permalink
Runtime version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Jul 7, 2021
1 parent fcce945 commit 94b7eb0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
members = [
"bin/collator",
"runtime/shiden-runtime",
"runtime/shiden",
]

exclude = [
Expand Down
2 changes: 1 addition & 1 deletion bin/collator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch =
jsonrpc-core = "15.1.0"

# plasm-specific dependencies
shiden-runtime = { path = "../../runtime/shiden-runtime" }
shiden-runtime = { path = "../../runtime/shiden" }

# frame dependencies
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.7" }
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ pub fn wasm_binary_unwrap() -> &'static [u8] {
}

/// Runtime version.
#[sp_version::runtime_version]
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("shiden"),
impl_name: create_runtime_str!("shiden"),
Expand Down

0 comments on commit 94b7eb0

Please sign in to comment.