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 ab9d6e6 commit ac83a4aCopy full SHA for ac83a4a
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: 2,
+ spec_version: 16,
132
impl_version: 0,
133
apis: RUNTIME_API_VERSIONS,
134
transaction_version: 0,
0 commit comments