We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69d5633 + b55620d commit 92f0967Copy full SHA for 92f0967
crates/subspace-runtime/src/lib.rs
@@ -128,7 +128,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
128
impl_name: Cow::Borrowed("subspace"),
129
authoring_version: 0,
130
// The spec version can be different on Taurus and Mainnet
131
- spec_version: 3,
+ spec_version: 4,
132
impl_version: 0,
133
apis: RUNTIME_API_VERSIONS,
134
transaction_version: 0,
0 commit comments