We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e265804 + bfc83db commit c1d3b8dCopy full SHA for c1d3b8d
crates/subspace-runtime/src/lib.rs
@@ -91,7 +91,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
91
spec_name: create_runtime_str!("subspace"),
92
impl_name: create_runtime_str!("subspace"),
93
authoring_version: 0,
94
- spec_version: 0,
+ spec_version: 1,
95
impl_version: 0,
96
apis: RUNTIME_API_VERSIONS,
97
transaction_version: 0,
domains/runtime/system/src/runtime.rs
@@ -87,7 +87,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
87
spec_name: create_runtime_str!("subspace-system-domain"),
88
impl_name: create_runtime_str!("subspace-system-domain"),
89
90
0 commit comments