Skip to content

Commit 152e503

Browse files
committed
revert composable spec version to 100 for codeSubstitute (#821)
1 parent 11d9084 commit 152e503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/composable/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
100100
// The version of the runtime specification. A full node will not attempt to use its native
101101
// runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`,
102102
// `spec_version`, and `authoring_version` are the same between Wasm and native.
103-
spec_version: 1000,
103+
spec_version: 100,
104104
impl_version: 1,
105105
apis: RUNTIME_API_VERSIONS,
106106
transaction_version: 1,

0 commit comments

Comments
 (0)