We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d9084 commit 152e503Copy full SHA for 152e503
runtime/composable/src/lib.rs
@@ -100,7 +100,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
100
// The version of the runtime specification. A full node will not attempt to use its native
101
// runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`,
102
// `spec_version`, and `authoring_version` are the same between Wasm and native.
103
- spec_version: 1000,
+ spec_version: 100,
104
impl_version: 1,
105
apis: RUNTIME_API_VERSIONS,
106
transaction_version: 1,
0 commit comments