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.
1 parent 6727830 commit 3dd49c6Copy full SHA for 3dd49c6
crates/subspace-runtime/src/lib.rs
@@ -127,7 +127,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
127
impl_name: Cow::Borrowed("subspace"),
128
authoring_version: 0,
129
// The spec version can be different on Taurus and Mainnet
130
- spec_version: 2,
+ spec_version: 14,
131
impl_version: 0,
132
apis: RUNTIME_API_VERSIONS,
133
transaction_version: 0,
0 commit comments